hedgewars/pas2cRedo.pas
changeset 10564 0cb20aa8877a
parent 10131 4b4a043111f4
child 10838 2abe883c9c21
equal deleted inserted replaced
10562:3388822b3914 10564:0cb20aa8877a
    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