mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 21:24:58 +00:00
Whitespace
This commit is contained in:
@@ -35,12 +35,13 @@ namespace ICD.Common.Utils.IO
|
|||||||
return Directory.GetFiles(path);
|
return Directory.GetFiles(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string[] GetFiles(string path, string filter)
|
public static string[] GetFiles(string path, string filter)
|
||||||
{
|
{
|
||||||
if(path == null)
|
if (path == null)
|
||||||
throw new ArgumentException("path");
|
throw new ArgumentException("path");
|
||||||
return Directory.GetFiles(path, filter);
|
|
||||||
}
|
return Directory.GetFiles(path, filter);
|
||||||
|
}
|
||||||
|
|
||||||
public static string[] GetDirectories(string path)
|
public static string[] GetDirectories(string path)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user