What is the difference between these? #1149
-
Hi, I've noticed various people use different values to set the default download directory. I've seen the following: directory.default Is there a difference between each of these? TIA |
Beta Was this translation helpful? Give feedback.
Answered by
kannibalox
Feb 3, 2022
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gregeeh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
directory.default
returns the current default directory, whiledirectory.default.set
sets it.directory
is just an alias fordirectory.default.set
and should be avoided.