Skip to content

Commit 960ca15

Browse files
committed
Update PathHelper.cs
1 parent edb4ca0 commit 960ca15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/DevWinUI/Helpers/PathHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public partial class PathHelper
77
/// <param name="filePath">Specifies the location of the file to be accessed.</param>
88
/// <param name="pathType">Indicates whether the file path is relative or absolute.</param>
99
/// <returns>Returns the path of the file as a string.</returns>
10-
public static async Task<string> GetFilePath(string filePath, PathType pathType = PathType.Relative)
10+
public static async Task<string> GetFilePath(string filePath, PathType pathType)
1111
{
1212
var file = await FileHelper.GetStorageFile(filePath, pathType);
1313

0 commit comments

Comments
 (0)