Open heribertolugo opened 2 years ago
At the moment folders are attempting to be retrieved using IShell.NameSpace. A try catch is being used for when shell times out. We should check for null shell instead, as to avoid the exception being thrown.
Project: Common File: FileData.cs Method: GetShell() Code: _Folder folder = this.shell.NameSpace(System.IO.Path.GetDirectoryName(this.Path));
At the moment folders are attempting to be retrieved using IShell.NameSpace. A try catch is being used for when shell times out. We should check for null shell instead, as to avoid the exception being thrown.
Project: Common File: FileData.cs Method: GetShell() Code: _Folder folder = this.shell.NameSpace(System.IO.Path.GetDirectoryName(this.Path));