Forum: Poser Python Scripting


Subject: Python script that will remove a folder structure within Runtime...?

DarkEdge opened this issue on Jun 18, 2009 ยท 7 posts


nruddock posted Thu, 18 June 2009 at 8:34 PM

Quote - Is it possible to have a python script that would remove any and all files within a Runtime folder structure?
Like anything withing DarkEdge:Simon:ThisFile

Is there a particular reason why you want a script for this ?
As it seems likely that you'd have to browse to the directory you cleared, why not just delete it via Explorer.
If you just want to be able to delete a directory tree by specifying a (full or relative to some location) path, then a simple BAT file would seem more appropriate.