[plt-scheme] Re: Writing directly to a floppy
I definitely have permissions to my floppy; it was right after I
formatted it :)
My user is defined as a local administrator at work, and at home is the
only administrator.
-----Original Message-----
From: John Kozak [mailto:jk at xylema.org]
Sent: Tuesday, November 11, 2003 3:21 PM
To: plt-scheme at list.cs.brown.edu
Subject: [plt-scheme] Re: Writing directly to a floppy
For list-related administrative tasks:
http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> > (open-output-file "\\\\.\\A:")
> . open-output-file: cannot open output file: "\\.\A:" (Access is
denied.; errno=5)
It's a permissions thing. Have you tried this as administrator?
John