Posted By:
Christopher_Schultz
Posted On:
Tuesday, July 10, 2001 11:59 AM
If you're talking Win32, then you're going to have to map a network drive and point a URL to "file:///d|/path/to/file".
If you're talking UNIX, then mount your directory somewhere convenient, and construct an appropriate file URL.
Under win32 you're not going to be able to put in "\ServerNamepath" and have Java go out onto the MS network for you (sorry).
-chris