Méthode | Description | |
---|---|---|
ImplCreateDirectory ( string Path, int Mode = 0777 ) : void | ||
ImplCreateSymLink ( string Pointer, string Pointee ) : void | ||
ImplDeleteDirectory ( string Path ) : void | ||
ImplDeleteFile ( string Path ) : void | ||
ImplFindFiles ( string Path ) : IEnumerable |
||
ImplGetFileInfo ( string Path ) : |
||
ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void | ||
ImplOpenFile ( string FileName, FileMode FileMode ) : |
||
ImplSetFileTime ( string Path, |
protected ImplCreateDirectory ( string Path, int Mode = 0777 ) : void | ||
Path | string | |
Mode | int | |
Résultat | void |
protected ImplCreateSymLink ( string Pointer, string Pointee ) : void | ||
Pointer | string | |
Pointee | string | |
Résultat | void |
protected ImplDeleteDirectory ( string Path ) : void | ||
Path | string | |
Résultat | void |
protected ImplDeleteFile ( string Path ) : void | ||
Path | string | |
Résultat | void |
protected ImplFindFiles ( string Path ) : IEnumerable |
||
Path | string | |
Résultat | IEnumerable |
protected ImplGetFileInfo ( string Path ) : |
||
Path | string | |
Résultat |
protected ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void | ||
ExistingFileName | string | |
NewFileName | string | |
ReplaceExisiting | bool | |
Résultat | void |
protected ImplOpenFile ( string FileName, FileMode FileMode ) : |
||
FileName | string | |
FileMode | FileMode | |
Résultat |
protected ImplSetFileTime ( string Path, |
||
Path | string | |
FileTime | ||
Résultat | void |