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
Copy file name to clipboardExpand all lines: src/Files.App/Filesystem/StorageFileHelpers/StorageFileExtensions.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ public async static Task<StorageFileWithPath> DangerousGetFileWithPathFromPathAs
190
190
}
191
191
}
192
192
193
-
varfullPath=(parentFolderis not null&&!Path.IsPathRooted(value)&&!ShellStorageFolder.IsShellPath(value))// "::{" not a valid root
193
+
varfullPath=(parentFolderis not null&&!FtpHelpers.IsFtpPath(value)&&!Path.IsPathRooted(value)&&!ShellStorageFolder.IsShellPath(value))// "::{" not a valid root
@@ -244,7 +244,7 @@ public async static Task<StorageFolderWithPath> DangerousGetFolderWithPathFromPa
244
244
}
245
245
}
246
246
247
-
varfullPath=(parentFolderis not null&&!Path.IsPathRooted(value)&&!ShellStorageFolder.IsShellPath(value))// "::{" not a valid root
247
+
varfullPath=(parentFolderis not null&&!FtpHelpers.IsFtpPath(value)&&!Path.IsPathRooted(value)&&!ShellStorageFolder.IsShellPath(value))// "::{" not a valid root
0 commit comments