qb45ener.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
-2075
:nQuickBASIC Path/File Access Error
Make sure the file specification you entered in the
text box is formatted correctly.
 
Any file name can contain a full or partial path name.
A full path name starts with the drive name; a partial
path name has one or more directory names before the
file name, but does not include a drive name. For
example,
 
  a:progs\graphic\circle.bas is a valid full path name
  \graphic\circle.bas is a valid partial path name
  ..\graphic\circle.bas is a valid partial path name
 
This error can also occur when you try to save a file
which replaces an existing read-only file.