2012年10月7日 星期日

py get filen ame from path

Reference
os.path.split is the function you are looking for

head, tail = os.path.split("/tmp/d/a.dat")
print tail

>>>
a.dat

沒有留言: