[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: directories
- Subject: Re: directories
- From: Khardy229 <Khardy229@AOL.COM>
- Date: Thu, 5 Mar 1998 08:47:28 EST
OK, now I'm confused.
I tried replicating the problem as Randle described it with this line of code:
OPEN 'F:\jadshare\pstech\longdocumentname.txt' AS 1 FOR-READING RECORD=3
STATUS=#ostat1
I ran from my local drive. I let read and wrote to a file on network drives
withouth any problem.
If I ran this:
OPEN 'F:\jadshare\pstech\longdo~1.txt' AS 2 FOR-READING RECORD=3
STATUS=#ostat1
I would get SQR error message #3200, and the file wouldn't be opened. The
return value of EXISTS(F:\jadshare\pstech\longdo~1.txt' ) = -2.
Could this be dependent on whether SQR vs. SQRW is run? I am running SQRW.
Could this be dependent on how the server deals with filenames? I am on Win95
for my local drive, WinNT for the servers.