Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os.path not helping #45

Open
ficispan opened this issue Jan 21, 2022 · 0 comments
Open

os.path not helping #45

ficispan opened this issue Jan 21, 2022 · 0 comments

Comments

@ficispan
Copy link

Hi, I am wondering why os.path module is not helping me.

I need to get this exact path:

"D:\Pavel\naucse-python\The.Matrix.srt"

Using os.path:

os.path.join("D:", "Pavel","naucse-python","The.Matrix.srt")

i get:

"D:Pavel\naucse-python\The.Matrix.srt"

which is wrong. Why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant