Posted by Jeff Cinelli on March 26, 2011 at 20:48:14:
Given a 3 digit directory name, I'm trying to determine the full unc name for that directory. Using Comet16 v611.432, when I do a DSTAT(directory), I get an error 31 - Device Unavailable.
Whats the best way to figure out the pathname for a directory? This is the code thats crashing:
 LENGTH  64   & LOCAL  A$
 CLEAR
 A$=SUB(DSTAT('DSK'),4,64)
 PRINT A$
 INPUT ''
 STOP
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.