메소드 | 설명 | |
---|---|---|
CreatePathIfNeeded ( string localPath ) : void |
Ensures the specified path exists
|
|
EnsureProjectBasedPath ( string basePath, IProjectsList projectList, IHasProjectId project, TaskStatusLogs, statusLog ) : string |
If we have Project Mapping information, generate a project based path for the download
|
|
FilenameWithDateTimeUnique ( string baseName, Nullable |
Gives us a high probability unqique file name
|
|
GenerateWindowsSafeFilename ( string fileNameIn ) : string |
Take any text in an munge it into name that is valid on windows
|
|
PathDateTimeSubdirectory ( string basePath, bool createDirectory, string newDirectoryPrefix = "", Nullable |
Creates a high-probabilty-unique path based on the current date-time
|
|
Undo_GenerateWindowsSafeFilename ( string fileNameIn ) : string |
Reverses 'GenerateWindowsSafeFilename_Reverse'
|
메소드 | 설명 | |
---|---|---|
GetFilenameSwapValues ( ) : string>>.List |
public static CreatePathIfNeeded ( string localPath ) : void | ||
localPath | string | |
리턴 | void |
public static EnsureProjectBasedPath ( string basePath, IProjectsList projectList, IHasProjectId project, TaskStatusLogs, statusLog ) : string | ||
basePath | string | |
projectList | IProjectsList | |
project | IHasProjectId | |
statusLog | TaskStatusLogs, | |
리턴 | string |
public static FilenameWithDateTimeUnique ( string baseName, Nullable |
||
baseName | string | |
when | Nullable |
|
리턴 | string |
public static GenerateWindowsSafeFilename ( string fileNameIn ) : string | ||
fileNameIn | string | |
리턴 | string |
public static PathDateTimeSubdirectory ( string basePath, bool createDirectory, string newDirectoryPrefix = "", Nullable |
||
basePath | string | |
createDirectory | bool | |
newDirectoryPrefix | string | |
when | Nullable |
|
리턴 | string |
public static Undo_GenerateWindowsSafeFilename ( string fileNameIn ) : string | ||
fileNameIn | string | |
리턴 | string |