mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
Tidying
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using ICD.Common.Properties;
|
||||
#if SIMPLSHARP
|
||||
using Crestron.SimplSharp.CrestronIO;
|
||||
#else
|
||||
@@ -25,6 +26,7 @@ namespace ICD.Common.Utils.IO
|
||||
return Path.GetFileNameWithoutExtension(path);
|
||||
}
|
||||
|
||||
[CanBeNull]
|
||||
public static string GetDirectoryName(string path)
|
||||
{
|
||||
if (path == null)
|
||||
|
||||
Reference in New Issue
Block a user