Re (3): [Oberon] Copying files

Duke Normandin dukeofperl at ml1.net
Mon Aug 16 02:42:41 MEST 2010


On Sun, 15 Aug 2010, peasthope at shaw.ca wrote:

> > ... possible to set the partition priorities ...
>
> Yes.  The initial order is as mounted.
> SYS is mounted first automatically.
> If I have this,
> InitCommands = {
>   ...
>   { FileSystem.Mount MY AosFS IDE1#3 ~}
>   { FileSystem.Mount C        FatFS IDE0#1,X ~ }
>   ...
>   }
> the order will be SYS MY C.
>
> FileSystem.SetDefault MY will put MY at the head of the queue.
> Therefore with
> InitCommands = {
>   ...
>   { FileSystem.Mount MY AosFS IDE1#3 ~}
>   { FileSystem.Mount C        FatFS IDE0#1,X ~ }
>   { FileSystem.SetDefault C }
>   { FileSystem.SetDefault MY }
>   ...
>   }
> the order will be MY C SYS.
>
> Execute FileSystem.SetDefault <Part> at will to move <Part>
> to first priority.

Swell! and I just dug up some relevant docs at the ETH archives ;)

Best...
-- 
Duke


More information about the Oberon mailing list