mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-05 09:13:17 +02:00
Updated Utilities
This commit is contained in:
parent
4e850aa38a
commit
ff368056c5
6 changed files with 85 additions and 6 deletions
|
@ -74,6 +74,11 @@ namespace Utilities
|
|||
get;
|
||||
}
|
||||
|
||||
public abstract bool SupportsNamedStreams
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
public static string GetParentDirectory(string path)
|
||||
{
|
||||
if (path == String.Empty)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue