I have completed a script which opens various txt files within a folder path and does calculations on them, currently being set for example:
path = "./folderfileshere"
is there a simple solution to grab a folder path using a gui function similar to that of the browse for folder function in .net
this will than set the path to what the user has chosen
something like this
Thanks