PDA

View Full Version : how to check if a folder exist with maxscript


luigi
02-22-2007, 05:55 PM
I try to use the function:

getDirectories "c:\\test\\"

and the result is a empty array #()

this directorie doesnt ewxist on my hardrive , do anyone one know a easy sytem to check if path or directories exist.

thanks in advance Luis.

MerlinEl
02-22-2007, 07:14 PM
doesFileExist "C:\\Windows"

MerlinEl
02-22-2007, 07:14 PM
doesFileExist "C:\\Windows\\"

luigi
02-23-2007, 02:58 PM
work perfeclty thanks for the help.

:)

CGTalk Moderation
02-23-2007, 02:59 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.