Page 1 of 1

Determining Client Folder in Client Server

Posted: Fri Aug 26, 2011 2:43 pm
by bluesfannoz
Somebody else may have already come across this. But I finally found and easy way to determine the full directory structure of the current folder the system is pointing to on the client side in client/server.

This only works in 4.18 and above:

10 Dim Client_Folder$*132
20 Let Client_Folder$=OS_FILENAME$("@:")
30 Print Client_Folder$

This will help resolve a lot of client side issues we have had because assumption of what folder you were in, didn't match up with reality!

Steve