Page 1 of 1

How to delete hash files from a file path

Posted: Tue Jul 31, 2007 9:49 am
by Shree0410
Once my sequencer job successfully finished executing the DS server jobs, I want to delete the hash files created by the process.

Can you suggest me the best way to do it.

Thanks

Posted: Tue Jul 31, 2007 10:06 am
by kcbland
Externally pathed? rm -r Inside the project? DSExecTcl w/ DELETE.FILE yourhashedfile

Posted: Tue Jul 31, 2007 10:18 am
by chulett
And to get everything externally pathed, suggest you use "rm -rf *YourHashedFilename" to get the Dictionary file as well.