메소드 | 설명 | |
---|---|---|
CopyFile ( string source, string destination, bool speculative ) : bool | ||
CreateDirectory ( string newFolder, bool speculative ) : bool | ||
DeleteDirectory ( string deletedFolderPath, bool speculative ) : bool | ||
DeleteFile ( string deletedFilePath, bool speculative ) : bool |
public static CopyFile ( string source, string destination, bool speculative ) : bool | ||
source | string | |
destination | string | |
speculative | bool | |
리턴 | bool |
public static CreateDirectory ( string newFolder, bool speculative ) : bool | ||
newFolder | string | |
speculative | bool | |
리턴 | bool |
public static DeleteDirectory ( string deletedFolderPath, bool speculative ) : bool | ||
deletedFolderPath | string | |
speculative | bool | |
리턴 | bool |
public static DeleteFile ( string deletedFilePath, bool speculative ) : bool | ||
deletedFilePath | string | |
speculative | bool | |
리턴 | bool |