Last active
April 7, 2022 07:27
-
-
Save pointofpresence/d2d5197b684b8feab914036528b09e2e to your computer and use it in GitHub Desktop.
Python using path join
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
os.path.join('/home', 'User/Desktop', 'file.txt') | |
# '/home/User/Desktop/file.txt' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment