Skip to content

Commit 9b49f7c

Browse files
committed
Add note about upcoming changes
1 parent 0f18663 commit 9b49f7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ExtractionTool/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ private static void ExtractFile(string file, string outputDirectory, bool includ
8888
return;
8989
}
9090

91+
// TODO: When extractable wrapper types are exposed to this, use them instead of guessing
92+
9193
// Get the file type
9294
WrapperType ft = WrapperFactory.GetFileType(magic, extension);
9395
var wrapper = WrapperFactory.CreateWrapper(ft, stream);

0 commit comments

Comments
 (0)