Method | Description | |
---|---|---|
CreateEmptyFile ( string filePath ) : void | ||
DeleteIfFileExists ( string path ) : void | ||
FileExists ( string path ) : bool |
public static CreateEmptyFile ( string filePath ) : void | ||
filePath | string | |
return | void |
public static DeleteIfFileExists ( string path ) : void | ||
path | string | |
return | void |
public static FileExists ( string path ) : bool | ||
path | string | |
return | bool |