Answers for "given a file location how can i get the file name python"

33

python get filename from path

import os
print(os.path.basename(your_path))
Posted by: Guest on February-28-2020

Code answers related to "given a file location how can i get the file name python"

Python Answers by Framework

Browse Popular Code Answers by Language