The File Service is used to remove file.
import "IFileService.idl";
Public Member Functions | |
void | RemoveFile (in string filePath) |
void IFileService::RemoveFile | ( | in string | filePath | ) |
RemoveFile remove the file according with the path.
filePath | The file path. |