RemoteServer.FileExists
Skip to content
mnscript
bool RemoteServer.FileExists(string, string) 

Description ​

Returns whether the remote file exists in the directory.

Arguments ​

string - The remote directory to search.
string - The remote file to look for.

Returns ​

bool - True if file exists in the directory.