mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-14 04:58:33 +00:00
Whitespace
This commit is contained in:
parent
30afd0391d
commit
72bd6a1430
1 changed files with 7 additions and 6 deletions
|
|
@ -37,8 +37,9 @@ namespace ICD.Common.Utils.IO
|
||||||
|
|
||||||
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue