mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-15 12:07:42 +00:00
fix(windows): place TODO for file access check
This commit is contained in:
parent
16a63d84ea
commit
d0456e724f
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ begin
|
|||
FTempOutPath := buf; FTempOutPath := FTempOutPath + '\';
|
||||
|
||||
inf := nil;
|
||||
// #TODO 6570Check we can access the file and display an error if we can't, then exit.
|
||||
FZip := TZipFile.Create;
|
||||
try
|
||||
FZip.Open(FileName, TZipMode.zmRead);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue