autocreate folder

R_Gol's icon

How can I auto-create folder using max?

Thanks

Oni Shogun's icon

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.

pdelges's icon

Or with the help of Java :

R_Gol's icon

the object [createfolder] is from which package?

Source Audio's icon

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.

R_Gol's icon

thanks! creatfolder is good for this!