/[cvs]/api/Classes/Files/FileInfo.h
ViewVC logotype

Annotation of /api/Classes/Files/FileInfo.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sun Jul 1 20:47:58 2001 UTC (23 years ago) by bearsoft
Branch point for: lazy, MAIN
File MIME type: text/plain
Initial revision

1 bearsoft 1.1 #ifndef __FileInfo_H__
2     #define __FileInfo_H__
3    
4     #include "../String/String.h"
5     #include "../System/System.h"
6     #include "../System/SystemDefine.h"
7    
8     class FileInfo
9     {
10    
11     public:
12    
13     FileInfo();
14     ~FileInfo();
15    
16     bool directory;
17     bool file;
18     bool readPermission;
19     int size;
20     String *lastModified;
21     String *name;
22    
23     };
24    
25     #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26