We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bf2c5 commit d0d77edCopy full SHA for d0d77ed
src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/lib/Utilities.cs
@@ -121,10 +121,7 @@ public static void UpdateVaultSettings(ASRVaultCreds asrVaultCreds)
121
/// <returns>path as string.</returns>
122
public static string GetDefaultPath()
123
{
124
- string path = null;
125
- path = Path.GetDirectoryName(Environment.GetFolderPath(Environment.SpecialFolder.Personal));
126
- path = Path.Combine(path, "Downloads");
127
-
+ string path = Path.GetTempPath();
128
return path;
129
}
130
0 commit comments