Answers for "name of the file from path os pythoh"

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 "name of the file from path os pythoh"

Python Answers by Framework

Browse Popular Code Answers by Language