Create an assign for the given name, which will be resolved upon each reference to it. There will be no permanent lock kept on the specified path. This way you can create assigns to unmounted volumes which will only be requested when accessed. Also, using AssignPath() to assign C: to df0:c would make references go to to df0:c even if you change the disk.
INPUTS
name
NULL terminated name of the assign.
path
NULL terminated path to be resolved on each reference.
RESULT
!=0 success, 0 on failure. IoErr() gives additional information in that case.