Hi all,
Is it possible to create a directory programmatically from within Setup Factory? I want to create a backup directory away from my chosen install directory to copy some existing files into. Should I just use a front-end selection component, or can I do this programatically? I know that File.Copy() can't create any new directories, but is there another way?
Thanks in advance,
John
Is it possible to create a directory programmatically from within Setup Factory? I want to create a backup directory away from my chosen install directory to copy some existing files into. Should I just use a front-end selection component, or can I do this programatically? I know that File.Copy() can't create any new directories, but is there another way?
Thanks in advance,
John
Comment