IFileService Interface Reference


Description

The File Service is used to remove file.

import "IFileService.idl";

List of all members.

Public Member Functions

void RemoveFile (in string filePath)

Member Function Documentation

void IFileService::RemoveFile ( in string  filePath  ) 

RemoveFile remove the file according with the path.

Parameters:
filePath The file path.