|
| static void | Create (string path) |
| static bool | IsDirectory (string path) |
| static bool | Exists (string path) |
| static bool | Exists (FileSystemEntry entry) |
| static void | Clean (string path) |
| static void | Clean (FileSystemEntry entry) |
| static void | Move (string sourcePath, string destinationPath) |
| static void | Move (string sourcePath, FileSystemEntry destinationEntry) |
| static void | Move (FileSystemEntry sourceEntry, FileSystemEntry destinationEntry) |
| static void | Move (FileSystemEntry sourceEntry, string destinationPath) |
| static void | Copy (string sourcePath, string destinationPath) |
| static void | Copy (string sourcePath, FileSystemEntry destinationEntry) |
| static void | Copy (FileSystemEntry sourceEntry, FileSystemEntry destinationEntry) |
| static void | Copy (FileSystemEntry sourceEntry, string destinationPath) |
| static void | Delete (string path) |
| static void | Delete (FileSystemEntry entry) |
| static bool | PathEquals (string path1, string path2) |
| static string | FixPath (string path, char directorySeparatorChar) |
| static string | GetNewTempFolder (string tempPath) |
| static string | GetNewTempFolder (FileSystemEntry tempEntry) |
| static int | GetPathDepth (string path) |
| static int | GetPathDepth (FileSystemEntry entry) |
| static string | GetRelativePath (string filename, string baseDirectory) |
| static FileSystemEntry | GetFileSystemEntry (string path, string relativeDirectory) |
| static IEnumerable< FileSystemEntry > | GetFileSystemEntries (string directory, string relativeDirectory, string searchPattern) |
| static string[] | GetMatchingFileSystemEntries (string directory, string entryPattern) |
◆ Clean() [1/2]
◆ Clean() [2/2]
| void Zwipe.Build.Tools.IO.IO.Clean |
( |
string | path | ) |
|
|
static |
◆ Copy() [1/4]
◆ Copy() [2/4]
◆ Copy() [3/4]
◆ Copy() [4/4]
| void Zwipe.Build.Tools.IO.IO.Copy |
( |
string | sourcePath, |
|
|
string | destinationPath ) |
|
static |
◆ CountStringOccurrences() [1/2]
| int Zwipe.Build.Tools.IO.IO.CountStringOccurrences |
( |
string | text, |
|
|
char | pattern ) |
|
staticprivate |
◆ CountStringOccurrences() [2/2]
| int Zwipe.Build.Tools.IO.IO.CountStringOccurrences |
( |
string | text, |
|
|
string | pattern ) |
|
staticprivate |
◆ Create()
| void Zwipe.Build.Tools.IO.IO.Create |
( |
string | path | ) |
|
|
static |
◆ Delete() [1/2]
◆ Delete() [2/2]
| void Zwipe.Build.Tools.IO.IO.Delete |
( |
string | path | ) |
|
|
static |
◆ Exists() [1/2]
◆ Exists() [2/2]
| bool Zwipe.Build.Tools.IO.IO.Exists |
( |
string | path | ) |
|
|
static |
◆ FixPath()
| string Zwipe.Build.Tools.IO.IO.FixPath |
( |
string | path, |
|
|
char | directorySeparatorChar ) |
|
static |
◆ GetFileSystemEntries()
◆ GetFileSystemEntry()
◆ GetMatchingFileSystemEntries()
| string[] Zwipe.Build.Tools.IO.IO.GetMatchingFileSystemEntries |
( |
string | directory, |
|
|
string | entryPattern ) |
|
static |
◆ GetNewTempFolder() [1/2]
◆ GetNewTempFolder() [2/2]
| string Zwipe.Build.Tools.IO.IO.GetNewTempFolder |
( |
string | tempPath | ) |
|
|
static |
◆ GetPathDepth() [1/2]
◆ GetPathDepth() [2/2]
| int Zwipe.Build.Tools.IO.IO.GetPathDepth |
( |
string | path | ) |
|
|
static |
◆ GetRelativePath()
◆ IsDirectory()
| bool Zwipe.Build.Tools.IO.IO.IsDirectory |
( |
string | path | ) |
|
|
static |
◆ Move() [1/4]
◆ Move() [2/4]
◆ Move() [3/4]
◆ Move() [4/4]
| void Zwipe.Build.Tools.IO.IO.Move |
( |
string | sourcePath, |
|
|
string | destinationPath ) |
|
static |
◆ PathEquals()
| bool Zwipe.Build.Tools.IO.IO.PathEquals |
( |
string | path1, |
|
|
string | path2 ) |
|
static |
The documentation for this class was generated from the following file:
- Zwipe.Build.Tools/IO/IO.cs