Can't create a directory in directory
Posted: Sat Jun 05, 2021 1:22 pm
If I just do CreateDirectory 'new', NULL then the folder is created.
If I do this SetCurrentDirectory 'Directories\' and then CreateDirectory 'new', NULL then there is no 'new' folder in the 'Directories" folder
If I do this SetCurrentDirectory 'Directories\' and then CreateDirectory 'new', NULL then there is no 'new' folder in the 'Directories" folder