Answers for "Python script to find the base file name on windows"

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 "Python script to find the base file name on windows"

Python Answers by Framework

Browse Popular Code Answers by Language