LocationContainer
This commit is contained in:
@ -915,7 +915,7 @@ public class MapLogic : Shared.Models.Methods.IMapLogic
|
||||
collection.Clear();
|
||||
windowsShortcut = WindowsShortcut.Load(file);
|
||||
fileNameWithoutExtension = Path.GetFileNameWithoutExtension(file);
|
||||
if (windowsShortcut.Path is null)
|
||||
if (string.IsNullOrEmpty(windowsShortcut.Path))
|
||||
continue;
|
||||
if (!Directory.Exists(windowsShortcut.Path))
|
||||
{
|
||||
|
Reference in New Issue
Block a user