Don't close console window by default

This commit is contained in:
2020-06-12 12:01:19 +03:00
parent 7b632d7d69
commit c0078559bb
6 changed files with 5 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ var
Pos: LongWord;
begin
InitConsole('Read Folder', False);
InitConsole('Read Folder');
if ReadFolder(FolderPath, FolderInformation, 0, 0, 0, BlocksRead) = 0 then
with FolderInformation do