I am wondering if there is any way for a script to open it's own file/open dialog box.
Specifically, I would like the script to open a dialog box, allow me to select a directory and then the script would take the selected directory, pick out all the *.txt files within the directory and subdirectories, and allow me to run a grooming script on each .txt file.
Thanks!
Frank
File Open Dialog
Moderators: Dorian (MJT support), JRL
Thanks Garry!
That seems easy enough. Here I thought it would be lines and lines of code!
Would GetFileList command allow me to pull all the file names from the inputted directory plus subdirectories?
For example:
C:\top_directory
C:\top_directory\directory_1
C:\top_directory\directory_2
C:\top_directory\directory_2\another_dir
Frank
That seems easy enough. Here I thought it would be lines and lines of code!
Would GetFileList command allow me to pull all the file names from the inputted directory plus subdirectories?
For example:
C:\top_directory
C:\top_directory\directory_1
C:\top_directory\directory_2
C:\top_directory\directory_2\another_dir
Frank