Skip to content

Instantly share code, notes, and snippets.

@kieranjol
Last active August 20, 2018 09:59
Show Gist options
  • Select an option

  • Save kieranjol/3805f8cb97edd5ffb646f082da9452e7 to your computer and use it in GitHub Desktop.

Select an option

Save kieranjol/3805f8cb97edd5ffb646f082da9452e7 to your computer and use it in GitHub Desktop.
import os
import sys
print sys.argv[1]
print 'is it a file? True or False: - ', os.path.isfile(sys.argv[1])
print 'is it a folder? True or False: - ', os.path.isdir(sys.argv[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment