hedgewars/pas2cRedo.pas
changeset 10568 5a867053add8
parent 10564 0cb20aa8877a
child 10838 2abe883c9c21
equal deleted inserted replaced
10558:b574f04c9685 10568:5a867053add8
    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