Answers for "rmeove the file name from the absolute paht pytho"

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 "rmeove the file name from the absolute paht pytho"

Python Answers by Framework

Browse Popular Code Answers by Language