Client Exists
Moderators: Susan Smith, admin, Gabriel
Client Exists
On the brwiki under client/server is says "Client Exists() is now supported." but it doesn't say how to do an exists(whatever) to see if it does exist on the client. Does anyone know how?
John Bowman
Re: Client Exists
In order to specify a file on the client you put @: in front of it.
The following code is valid:
Gabriel
The following code is valid:
Code: Select all
IF EXISTS("@:D:\SomeFolder\SomeFile.txt") then print "This will return true if somefile.txt exists on the clients d drive under SomeFolder."