geospatial
Active Member
- Joined
- Sep 2, 2008
- Messages
- 290
I am trying to add a button that will get the directory of the location that an individual chooses.
I know the above code will open your browse window and allow you to choose a file, but all I really want is to be able to open the browse window and then creat a new folder and make that my save directory or choose an already created folder and make it my save directory.
Code:
application.getopenfilename
I know the above code will open your browse window and allow you to choose a file, but all I really want is to be able to open the browse window and then creat a new folder and make that my save directory or choose an already created folder and make it my save directory.