AMOSi:Assign

From Amiga Coding
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.