Hi everybody!
I have a small prob here... I'm trying to assign a directory (folder) path to a variable while evaluating python script. Well, to be more clearer, I need to do run something like:
getDirPath.py 'mypath'
and after that I need to get this path as variable inside my getDirPath.py file, so I can list all the files there for example and so on.
Let's say, I want user to drag-n-drop folder to the getDirPath.py file and he will get files, which are listed from that folder
thank!