Skip to content

Commit

Permalink
Doc - Improve FileInformation FileName usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Oct 15, 2019
1 parent 72770ca commit 3b70a57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DokanNet/FileInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public struct FileInformation
{
/// <summary>
/// Gets or sets the name of the file or directory.
/// <see cref="IDokanOperations.GetFileInformation"/> required the file path
/// when other operations only need the file name.
/// </summary>
public string FileName { get; set; }

Expand Down

0 comments on commit 3b70a57

Please sign in to comment.