Method | Description | |
---|---|---|
DowncaseDictionary ( string>.Dictionary |
||
GetGuid ( string path ) : string | ||
GetNewPackPath ( string path, string folderName, string guid = null ) : string | ||
GetRootedPath ( string folder ) : IAbsoluteDirectoryPath | ||
HasGuid ( string guid, string path ) : bool | ||
Pack ( IAbsoluteFilePath file, IAbsoluteFilePath dest = null, string archiveFormat = Repository.DefaultArchiveFormat ) : void | ||
TryGetChecksum ( IAbsoluteFilePath file, string change = null ) : string | ||
TryGetGuid ( string path ) : string | ||
TryHasGuid ( string guid, string path ) : bool | ||
UnpackFile ( IAbsoluteFilePath srcFile, IAbsoluteFilePath dstFile, IStatus status = null ) : void |
Method | Description | |
---|---|---|
TryGetGuid2 ( string path ) : string |
public DowncaseDictionary ( string>.Dictionary |
||
dict | string>.Dictionary | |
return | string>.Dictionary |
public GetNewPackPath ( string path, string folderName, string guid = null ) : string | ||
path | string | |
folderName | string | |
guid | string | |
return | string |
public GetRootedPath ( string folder ) : IAbsoluteDirectoryPath | ||
folder | string | |
return | IAbsoluteDirectoryPath |
public HasGuid ( string guid, string path ) : bool | ||
guid | string | |
path | string | |
return | bool |
public Pack ( IAbsoluteFilePath file, IAbsoluteFilePath dest = null, string archiveFormat = Repository.DefaultArchiveFormat ) : void | ||
file | IAbsoluteFilePath | |
dest | IAbsoluteFilePath | |
archiveFormat | string | |
return | void |
public TryGetChecksum ( IAbsoluteFilePath file, string change = null ) : string | ||
file | IAbsoluteFilePath | |
change | string | |
return | string |
public TryHasGuid ( string guid, string path ) : bool | ||
guid | string | |
path | string | |
return | bool |
public UnpackFile ( IAbsoluteFilePath srcFile, IAbsoluteFilePath dstFile, IStatus status = null ) : void | ||
srcFile | IAbsoluteFilePath | |
dstFile | IAbsoluteFilePath | |
status | IStatus | |
return | void |