autocreate folder
How can I auto-create folder using max?
Thanks
There is no native method to create folders in the filesystem.
You can either use node.script to perform this task or install the jasch package. The latter case is more straight forward and you can use the [filemanager] to easily create/remove files/folders, etc.
The mkdir-method will be your friend.
the object [createfolder] is from which package?
createfolder is jasch.
you can use shell too.
mkdir on mac md on windows, for example.
Max needs to have write permissions for location where you want to create folders.
thanks! creatfolder is good for this!