You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This replaces the remaining calls to the `get_known_folder_path`
function provided by the `known-folders` crate to use the test
helper `get_known_folder_path_with_flag` instead. (That helper
uses the `windows` crate.)
This change removes the dependency on `known-folders`, and also
makes clearer how the different known folder path retrievals work
differently, with one passing `KF_FLAG_DONT_VERIFY` and all the
others passing `KF_FLAG_DEFAULT`.
0 commit comments