Method | Description | |
---|---|---|
DirectoryCopy ( string sourceDirName, string destDirName, bool copySubDirs, FileOverwriteModes FileOverwriteMode = FileOverwriteModes.Overwrite, bool ignoreCopyErrors = false, bool>.Func |
||
DirectoryWalker ( string sourceDirName, string fileSearchPattern = null ) : FileInfo[]>>.IEnumerable |
||
FixPath ( string path, bool MakeAbsolute = false ) : string | ||
FixUserHomePath ( string path ) : string | ||
GetDirectorySize ( string p, bool recursive, string pattern = "*" ) : long | ||
GetFileSize ( string fileName ) : long | ||
GetPhysicalPath ( string filepath ) : string |
public static DirectoryCopy ( string sourceDirName, string destDirName, bool copySubDirs, FileOverwriteModes FileOverwriteMode = FileOverwriteModes.Overwrite, bool ignoreCopyErrors = false, bool>.Func |
||
sourceDirName | string | |
destDirName | string | |
copySubDirs | bool | |
FileOverwriteMode | FileOverwriteModes | |
ignoreCopyErrors | bool | |
FileFilter | bool>.Func | |
DirectoryFilter | bool>.Func | |
return | void |
public static DirectoryWalker ( string sourceDirName, string fileSearchPattern = null ) : FileInfo[]>>.IEnumerable |
||
sourceDirName | string | |
fileSearchPattern | string | |
return | FileInfo[]>>.IEnumerable |
public static FixPath ( string path, bool MakeAbsolute = false ) : string | ||
path | string | |
MakeAbsolute | bool | |
return | string |
public static FixUserHomePath ( string path ) : string | ||
path | string | |
return | string |
public static GetDirectorySize ( string p, bool recursive, string pattern = "*" ) : long | ||
p | string | |
recursive | bool | |
pattern | string | |
return | long |
public static GetFileSize ( string fileName ) : long | ||
fileName | string | |
return | long |
public static GetPhysicalPath ( string filepath ) : string | ||
filepath | string | |
return | string |