hedgewars/pas2cRedo.pas
branchqmlfrontend
changeset 10606 8e95911cb86b
parent 10564 0cb20aa8877a
child 10838 2abe883c9c21
equal deleted inserted replaced
10519:af019fa70080 10606:8e95911cb86b
    82     StrLength : function : integer;
    82     StrLength : function : integer;
    83 
    83 
    84      min, max:function:integer;
    84      min, max:function:integer;
    85     assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure;
    85     assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure;
    86     FileExists, DirectoryExists, eof : function : boolean;
    86     FileExists, DirectoryExists, eof : function : boolean;
       
    87     ExtractFileDir : function : string;
    87     ExtractFileName : function : string;
    88     ExtractFileName : function : string;
    88 
    89 
    89     ParamCount : function : integer;
    90     ParamCount : function : integer;
    90     ParamStr : function : string;
    91     ParamStr : function : string;
    91 
    92