Difference between revisions of "AMOSi:Assign"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
(Extracted from the AMOSPro V2.00 helpfile)
(No difference)

Revision as of 02:45, 17 November 2007

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.