ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
Comments
HiddenDOSCommand
Lets not forget the HiddenDOSCommand which runs in the background. No annoying flash on your screen.
folder deletion
Even neater, try the dotnet method:
fileClass = dotNetClass "System.IO.Directory"
fileClass.Delete @"c:\directoryName" true
true sets the deletion to recursive so you delete all the files and subfolders
simples...
ei.
bga
You could try the
You could try the DOSCommand()
Something like this:
DOSCommand "rd c:\\theFolder"
Don't forget to use a double \\ in the path name because the command is a filename string
wowww.. very tanks friend
wowww.. very tanks friend
this is!!
AlineLima
Script Developer - SeagullsFly
www.seagullsfly.com
Brazil
AlineLima
Script Developer - SeagullsFly
www.seagullsfly.com
Brasil