Deletes the file with the specified path.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool FileDelete(
	string MOVEitPath
)
Public Function FileDelete ( 
	MOVEitPath As String
) As Boolean
public:
bool FileDelete(
	String^ MOVEitPath
)
Parameters
- MOVEitPath
 - Type: SystemString
Path or ID of the file on the MOVEit Transfer host to delete. 
Return Value
Type: 
Booleantrue if successful; otherwise, 
false.
See Also