Skip to content

Commit abae5f7

Browse files
committed
docs: add FileNameInfo summary
1 parent 76a9c29 commit abae5f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deadlock-dotnet-sdk/Domain/SafeFileHandleEx.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,11 @@ void getFileOrDirectoryName(string path)
390390
}
391391
}
392392

393+
/// <summary>
394+
/// Returns a path without the drive letter and separator e.g. "\\Repos\\BinToss\\deadlock-dotnet-diagnostics\\deadlock-diagnostics"<br/>
395+
/// -OR-<br/>
396+
/// The exception detailing what prevented the operation from starting or what caused it to fail.
397+
/// </summary>
393398
public unsafe (string? v, Exception? ex) FileNameInfo
394399
{
395400
get

0 commit comments

Comments
 (0)