Invisible files and files which can not be deleted
Invisible files and files which can not be deleted
- Subject: Invisible files and files which can not be deleted
- From: Jan Bultereys <email@hidden>
- Date: Fri, 21 Apr 2006 15:15:02 +0200
- Thread-topic: Invisible files and files which can not be deleted
Title: Invisible files and files which can not be deleted
Hi, how can I prevent that hidden files are also moved to an NT-volume?
I have a script which moves pdf files to an NT server from an unix (helios volume) and when I go to this NT volume I see the pdf file AND an invisible file for every pdffile...?
When I try to delete the ‘test files’ from this NT volume, I have problems with some files... Some can be deleted others not (I get the messages the file is busy or in use)
The IT guys had to restart the server to be able to delete those files....
In the example the OSG_TRANSFER is the helios volume and the NLVE is the NT4 volume
tell application "Finder"
set the source_folder to "OSG_TRANSFER:PDF_OSG:Out:" as alias
set the READY_FOR_INTRANET to "OSG_TRANSFER:PDF_OSG::READY_FOR_INTRANET:" as alias
set the DESTINATION to "NLVE:Operational Support Group:PDF files:PDF_Creative_Europe:Belgium:" as alias
activate
set file_list to every item of folder source_folder
repeat with temp_file in file_list
move temp_file to folder DESTINATION without invisibles
move temp_file to folder READY_FOR_INTRANET
end repeat
end tell
Any help is much appreciated....
Jan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden