Click or drag to resize
ClientFileExists Method
Returns true if the specified file exists and the currently authorized user may access it; returns false otherwise.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool FileExists(
	string MOVEitPath
)

Parameters

MOVEitPath
Type: SystemString
Path or ID of the file on the MOVEit Transfer host.

Return Value

Type: Boolean
true if the file exists; otherwise, false.
See Also