Trying to rename a file. I can manually rename the file. I have set permissions (via finder) to 'read write' for : me, staff, evenyone then I tried setting permissions via terminal, and set permissions for the file to : 777 (RWX) regardless of permission setting I still get a permission error - and no the file is NOT open elsewhere when I execute the below line of (LEP) code I get a permissions error mv /Volumes/Macintosh\ HD/Users/chip/Desktop/_Test\ File\ move/Some_Win_Name.txt2 Testing.txt
the exact error: mv: rename /Volumes/Macintosh HD/Users/chip/Desktop/_Test File move/Some_Win_Name.txt2 to Testing.txt: Permission denied\n If I try to test the validity of the path by using ls -s <filepath from above> LEP_Out provides the size and the filename, without an error, so the file path is valid. Any Ideas? Thanks Chip --------------- Gas is for washing parts Alcohol is for drinkin' Nitromethane is for racing ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

