Returns true if the specified file exists and the currently authorized user may access it; returns false otherwise.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic bool FileExists(
	string MOVEitPath
)
Public Function FileExists ( 
	MOVEitPath As String
) As Boolean
public:
bool FileExists(
	String^ MOVEitPath
)
Parameters
- MOVEitPath
- Type: SystemString
 Path or ID of the file on the MOVEit Transfer host.
Return Value
Type: 
Booleantrue if the file exists; otherwise, 
false.
 See Also
See Also