Skip to content

Instantly share code, notes, and snippets.

@re3turn
Created December 18, 2016 07:16
Show Gist options
  • Save re3turn/3d55c10dae08a7c3f5972e38525cd769 to your computer and use it in GitHub Desktop.
Save re3turn/3d55c10dae08a7c3f5972e38525cd769 to your computer and use it in GitHub Desktop.
絶対パス
from os import path
files = path.abspath("d:")
print ("source path = d:")
print ("fullpath = " + files)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment