Method | Description | |
---|---|---|
CreateDirectory ( string path ) : bool | ||
CreateFile ( string path ) : bool | ||
DeleteDirectory ( string path ) : bool | ||
DeleteFile ( string path ) : bool | ||
MoveFile ( string sourcePath, string targetPath ) : bool |
public CreateDirectory ( string path ) : bool | ||
path | string | |
return | bool |
public DeleteDirectory ( string path ) : bool | ||
path | string | |
return | bool |
public MoveFile ( string sourcePath, string targetPath ) : bool | ||
sourcePath | string | |
targetPath | string | |
return | bool |