Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.10.2
Description
The documentation for Std.File.CreateSuperFile cites two optional arguments, 'sequentialflag' and 'ifdoesnotexist'. However, in the code those arguments are named 'sequentialparts' and 'allow_exist', respectively.
This is only a problem when someone attempts to use the named parameter option during a function call. I tried to use 'ifdoesnotexist:=TRUE' in code and it obviously did not work.
There may be other similar cases in Std.File but I have not checked.