[Oberon] Copying files

peasthope at shaw.ca peasthope at shaw.ca
Sun Aug 15 18:48:33 MEST 2010


Duke,

> ... does the command default to SYS:

The default is system wide and initialized at 
startup.  You can see the initial priorities 
in the System.Log.  Look for 
"Path: " <part of 1st priority> <part of 2nd priority> ...
My System.Log reports this.

Path: MY SYS C 

To see the priority at any time just execute FileSystem.Watch .
By default the first part is unnecessary in a file name.  Any 
other part must be explicit.

System.CopyFiles FAT:/whatever new_filename ~

Any filename, including the path, containing 
characters not allowed in an ETHNO file name 
should be enclosed in double quotes.  In your 
example / is a special charater.  Try this.

System.CopyFiles "FAT:/whatever" <NewFilename> ~

The manual discusses file naming.

Regards,         ... P.

-- 
VoIP 7785886232 is being cancelled.  Please use 13604502132.
Sparcstation 2 netboots netbsd; SCSI disks are being arranged.
Personal site works;  http://members.shaw.ca/peasthope/ .



More information about the Oberon mailing list