We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb4ca0 commit 960ca15Copy full SHA for 960ca15
1 file changed
dev/DevWinUI/Helpers/PathHelper.cs
@@ -7,7 +7,7 @@ public partial class PathHelper
7
/// <param name="filePath">Specifies the location of the file to be accessed.</param>
8
/// <param name="pathType">Indicates whether the file path is relative or absolute.</param>
9
/// <returns>Returns the path of the file as a string.</returns>
10
- public static async Task<string> GetFilePath(string filePath, PathType pathType = PathType.Relative)
+ public static async Task<string> GetFilePath(string filePath, PathType pathType)
11
{
12
var file = await FileHelper.GetStorageFile(filePath, pathType);
13
0 commit comments