~mjmendoza/quixie/trunk

« back to all changes in this revision

Viewing changes to inc/cls/kse_File.hpp

  • Committer: creek23
  • Date: 2014-05-27 17:02:50 UTC
  • Revision ID: svn-v4:5d579d6f-57a3-4165-9b1e-6dacaf8da75a:quixie:641
line-by-line C++ conversion attempt

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
//functions
 
3
int FileOpen(long int &iIndex);
 
4
int FileClose(long int &iIndex);
 
5
int FileCloseAll(long int &iIndex);
 
6
int FileWrite(long int &iIndex);
 
7
int FileRead(long int &iIndex);
 
8
int File_Copy(long int &iIndex);
 
9
int File__Exists(long int &iIndex);
 
10
void UnknownErrMsg(string sSource, string *Erfx = "Unknown", string *Ermx = "Unknown");
 
11
//class
 
12
int SynFile(long int &iIndex);
 
13
 
 
14
#ifdef QUIXIE_CGI
 
15
        int FileMoveUploaded(long int &iIndex);
 
16
#endIf