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/Keystone.Cli/Application/FileSystem/IFileSystemService.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ public interface IFileSystemService
25
25
/// </summary>
26
26
/// <param name="path">The directory to create.</param>
27
27
/// <returns>An object that represents the directory at the specified path. This object is returned regardless of whether a directory at the specified path already exists.</returns>
28
-
/// <exception cref="ArgumentException"><paramref name="path" /> is a zero-length string, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="M:System.IO.Path.GetInvalidPathChars" /> method.</exception>
28
+
/// <exception cref="ArgumentException"><paramref name="path" /> is a zero-length string, or contains one or more invalid characters. You can query for invalid characters by using the <see cref="System.IO.Path.GetInvalidPathChars" /> method.</exception>
29
29
/// <exception cref="ArgumentNullException"><paramref name="path" /> is <see langword="null" />.</exception>
30
30
/// <exception cref="UnauthorizedAccessException">The caller does not have the required permission.</exception>
31
31
/// <exception cref="PathTooLongException">The specified path exceeds the system-defined maximum length.</exception>
0 commit comments