From 1b14453603322f8fb8df09cc6e7ade2db607b6cb Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Sat, 30 Sep 2017 14:55:17 -0400 Subject: [PATCH] Tidying --- ICD.Common.Utils/IO/IcdPath.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ICD.Common.Utils/IO/IcdPath.cs b/ICD.Common.Utils/IO/IcdPath.cs index c60ff5f..37d0bad 100644 --- a/ICD.Common.Utils/IO/IcdPath.cs +++ b/ICD.Common.Utils/IO/IcdPath.cs @@ -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)