Determining Client Folder in Client Server

More advanced topics discussed.

Moderators: Susan Smith, admin, Gabriel

Post Reply
bluesfannoz
Posts: 291
Joined: Fri Jun 19, 2009 9:01 am
Location: Lawrence, Kansas
Contact:

Determining Client Folder in Client Server

Post 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
Steve Koger
Computer Specialist
SEKESC-MACS Division
Post Reply