AMOSi:Assign

From Amiga Coding
Revision as of 23:29, 19 November 2007 by Spellcoder (talk | contribs) (fixed the Assign (missed identation in original helpfile))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

an example can be found on AMOSPro_Examples:Examples/H-4/Help_45.AMOS


Assigns a general name to a folder or device just like the normal AmigaDos ASSIGN instruction.


Assign "Disc_Name:" To "Path:Name/"


"Disc_Name:"


Holds a string with the name of the assigned disc to create. The semi-colon is mandatory and no spaces are allowed.


"Path:Name/"


This must be a valid pathname to either a directory or a file.