simple question which I thought I had working.
here is what I have:
if the copyPath is on the mac already it works, but if it is out of a mounted dmg it does seem to work. The application is being run out of the dmg mounted directory, should this not work??
here is what I have:
Code:
[fileManager copyPath:@"Test.txt" toPath:@"/library/test" handler:nil];
if the copyPath is on the mac already it works, but if it is out of a mounted dmg it does seem to work. The application is being run out of the dmg mounted directory, should this not work??