JOINFILE Path File Variable Will join the path to the file and place it into Variable. It's there to make life easier when dealing with paths or filename which contain spaces in them. Path and File are STRINGS not Variables. ex: path = "Ram Disk:" JoinFile $path MyFile Var Say '$Var\n' will print out "Ram Disk:MyFile"