-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
import os
if os.path.isdir(path):
print "it's a directory"
elif os.path.isfile(path):
print "it's a normal file"
else:
print "it's a special file(socket,FIFO,device file)"
>>> os.path.exists('d:/assist')
True
>>> os.path.exists('d:/assist/getTeacherList.py')
True
os.path.getsize(path)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels