mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-15 17:06:59 +02:00
DirectoryFileSystem: Updated Name property to return the name of the underlying file system
This commit is contained in:
parent
c94ea8ad68
commit
efbf28036e
1 changed files with 2 additions and 1 deletions
|
@ -286,7 +286,8 @@ namespace SMBServer
|
|||
{
|
||||
get
|
||||
{
|
||||
return "DirFS";
|
||||
DriveInfo drive = new DriveInfo(m_directory.FullName.Substring(0, 2));
|
||||
return drive.DriveFormat;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue