mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-09 02:16:46 +00:00
Move file name into try/catch
This commit is contained in:
@@ -59,10 +59,10 @@ namespace BurnOutSharp.FileType
|
||||
if (!cabfile.FileIsValid(i))
|
||||
continue;
|
||||
|
||||
string filename = cabfile.FileName(i);
|
||||
string tempFile;
|
||||
try
|
||||
{
|
||||
string filename = cabfile.FileName(i);
|
||||
tempFile = Path.Combine(tempPath, filename);
|
||||
}
|
||||
catch
|
||||
|
||||
Reference in New Issue
Block a user