FileSystemExtensions.Combine method (1 of 3)
namespace: Serenity assembly: Serenity.Net.Core
Combines path strings
public static string Combine(this IFileSystem _, params string[] paths)
| parameter | description |
|---|---|
| _ | File system |
| paths | Paths to combine |
See Also
- interface IFileSystem
- class FileSystemExtensions
FileSystemExtensions.Combine method (2 of 3)
namespace: Serenity assembly: Serenity.Net.Core
Combines path strings
public static string Combine(this IFileSystem _, string path1, string path2)
| parameter | description |
|---|---|
| _ | File system |
| path1 | Path 1 |
| path2 | Path 2 |
See Also
- interface IFileSystem
- class FileSystemExtensions
FileSystemExtensions.Combine method (3 of 3)
namespace: Serenity assembly: Serenity.Net.Core
Combines path strings
public static string Combine(this IFileSystem _, string path1, string path2, string path3)
| parameter | description |
|---|---|
| _ | File system |
| path1 | Path 1 |
| path2 | Path 2 |
| path3 | Path 3 |
See Also
- interface IFileSystem
- class FileSystemExtensions