This commit is contained in:
Chris Cameron
2017-09-30 14:55:17 -04:00
parent cd006123a9
commit 1b14453603

View File

@@ -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)