Posted 20 June 2013 - 10:29 AM
Hello folks,
I'm working on a little "Disk manager, called
D-Burn.
Now I want to copy files from the computer to the disk.
Actually I have this code copying it.
But it allways return "D-Burn:187: Access denied"
Whats wrong?
I'm working on a little "Disk manager, called
D-Burn.
Now I want to copy files from the computer to the disk.
Actually I have this code copying it.
fs.copy(fileMenu, burnDrive.getMountPath())
--[[
declaration of the variables:
fileMenu is a variable that contains the output of a menu function. The output is the menu item as a string.
burnDrive is my wrapped disk drive.
]]--
But it allways return "D-Burn:187: Access denied"
Whats wrong?