Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 5, 2019 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/6eec677074ff81f6628cd4ef1f1beb5d to your computer and use it in GitHub Desktop.
Save parzibyte/6eec677074ff81f6628cd4ef1f1beb5d to your computer and use it in GitHub Desktop.
import os
if os.path.isdir("ruta/a/carpeta"):
print("Sí es una carpeta")
else:
print("No es una carpeta o no existe")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment