I am developing an application that may be accessed via a local network. what special considerations must I analyze?

I use CURDIR to retrieve the current working directory. But if someone accesses the program via a network, will CURDIR accurately return the path of the computer from which the program resides, if the program runs on a client?

IE "H:\Programs\PatientPSA"

I guess im not really sure how to handle the file creating and saving. I need it to be done on the computer at which the program resides, not where it is run.


Any help, advice, or just 2-cents please reply...I have no knowledge of how network access may affect the program...