Méthode | Description | |
---|---|---|
CopyDirectoryContents ( |
||
CopyDirectoryContents ( String sourcePath, String targetPath, bool move, bool overwrite ) : void | ||
DeleteIfExists ( String path, bool recursive ) : void |
public static CopyDirectoryContents ( |
||
source | ||
target | ||
move | bool | |
overwrite | bool | |
Résultat | void |
public static CopyDirectoryContents ( String sourcePath, String targetPath, bool move, bool overwrite ) : void | ||
sourcePath | String | |
targetPath | String | |
move | bool | |
overwrite | bool | |
Résultat | void |
public static DeleteIfExists ( String path, bool recursive ) : void | ||
path | String | |
recursive | bool | |
Résultat | void |