1
0
Форкнуть 0
This commit is contained in:
David Duffy 2016-09-08 10:17:21 -07:00
Родитель a8fdfb0b0f
Коммит 9c8e2694b3
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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))
{