Deleted commented out lines.
This commit is contained in:
Родитель
a8fdfb0b0f
Коммит
9c8e2694b3
|
@ -116,8 +116,6 @@
|
|||
int starIndex = filePath.IndexOf('*');
|
||||
if (starIndex >= 0)
|
||||
{
|
||||
//string[] directories = Directory.GetDirectories("");
|
||||
//string[] files = Directory.GetFiles(Path.GetDirectoryName(filePath));
|
||||
string dir = filePath.Substring(0, starIndex);
|
||||
if (string.IsNullOrEmpty(dir))
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче