mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-08-31 19:28:18 +00:00
Tidying
This commit is contained in:
parent
cd006123a9
commit
1b14453603
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
using System;
|
using System;
|
||||||
|
using ICD.Common.Properties;
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
using Crestron.SimplSharp.CrestronIO;
|
using Crestron.SimplSharp.CrestronIO;
|
||||||
#else
|
#else
|
||||||
|
|
@ -25,6 +26,7 @@ namespace ICD.Common.Utils.IO
|
||||||
return Path.GetFileNameWithoutExtension(path);
|
return Path.GetFileNameWithoutExtension(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[CanBeNull]
|
||||||
public static string GetDirectoryName(string path)
|
public static string GetDirectoryName(string path)
|
||||||
{
|
{
|
||||||
if (path == null)
|
if (path == null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue