From 3b70a574491817b85aa34e018197d3ca6fdf05ba Mon Sep 17 00:00:00 2001 From: Adrien JUND Date: Tue, 15 Oct 2019 21:21:55 +0200 Subject: [PATCH] Doc - Improve FileInformation FileName usage --- DokanNet/FileInformation.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DokanNet/FileInformation.cs b/DokanNet/FileInformation.cs index 01d7f1f9..a7c1dc1a 100644 --- a/DokanNet/FileInformation.cs +++ b/DokanNet/FileInformation.cs @@ -18,6 +18,8 @@ public struct FileInformation { /// /// Gets or sets the name of the file or directory. + /// required the file path + /// when other operations only need the file name. /// public string FileName { get; set; }