Answers for "How to just get the file name out of a path 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 "How to just get the file name out of a path python"

Python Answers by Framework

Browse Popular Code Answers by Language