stanmation
01-29-2009, 03:42 AM
Hi All
I'm trying to use 'filetest' command to check if the file already exists, but it always give me a value of 0 (false), whereas the file already exists in the same directory where I'm working. I just use `filetest -r $newName`; where $newName is the variable of the name that I'm trying to check.
Have anyone had this problem before? Not sure, but maybe it's because i'm working with sub folders (eg. /scenes/AssetName/SceneName/)
Thanks before
I'm trying to use 'filetest' command to check if the file already exists, but it always give me a value of 0 (false), whereas the file already exists in the same directory where I'm working. I just use `filetest -r $newName`; where $newName is the variable of the name that I'm trying to check.
Have anyone had this problem before? Not sure, but maybe it's because i'm working with sub folders (eg. /scenes/AssetName/SceneName/)
Thanks before
