Hi all,
Is it possible to create a new subfolder in another folder in a script? Thanks!
creating new folders
creating new folders
Code: Select allvar myDesktop = new Folder('~/desktop');
var myNewFolder = new Folder(myDesktop+'/myNewFolder');
if(!myNewFolder.exists) myNewFolder.create();
var myNewFolder = new Folder(myDesktop+'/myNewFolder');
if(!myNewFolder.exists) myNewFolder.create();
creating new folders
Hi
Can we create a folder in the current location.
EG: When we are in server:
Nav:/crop/
This is will be dynamic, wherever we go and run the sript; it should create a new folder in the same location itslef.
Is this possible mate.
Can we create a folder in the current location.
EG: When we are in server:
Nav:/crop/
This is will be dynamic, wherever we go and run the sript; it should create a new folder in the same location itslef.
Is this possible mate.