cancel
Showing results for 
Search instead for 
Did you mean: 

How to get path of a file

achava02
New Contributor III

Hello All, I am trying to get the path of a file and use that path in python script to check the file exists or not. Is a there a way can i get path details. Please let me know. Thanks,Ajay

2 REPLIES 2

anubhav_nautiya
Contributor

Directory browser can list all your files from a particular location with the filepath

Thank you for the info.