Browse Subversion Repository
Contents of /old/file.h
Parent Directory
| Revision Log
Revision 30 -
( show annotations)
( download)
Wed Jan 2 22:53:52 2008 UTC
(16 years, 4 months ago)
by tabasa
File MIME type: text/plain
File size: 1178 byte(s)
| 1 |
#ifndef _file |
| 2 |
#define _file |
| 3 |
#include <fstream.h> |
| 4 |
|
| 5 |
// 拡張子チェック |
| 6 |
BOOL checkExt(char *a,char *b) ; |
| 7 |
BOOL checkExts(char *a,char *b) ; |
| 8 |
|
| 9 |
void PopFileInitialize (HWND hwnd); |
| 10 |
BOOL PopFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName); |
| 11 |
void makenewfilename(char *filename,char *newfile,char *new_ad); |
| 12 |
void makenewfilename(char *filename,char *newfile,DWORD num); |
| 13 |
void makenewfilenameEx(char *filename,char *newfile,DWORD num=0); |
| 14 |
void makenewfilename(char *filename,char *newfile,char *new_ad,char *ext); |
| 15 |
void setOpenFileExtTs1(); |
| 16 |
BOOL checkfilename(char *filename,char *nextfile); |
| 17 |
void readfile(char *,char *); |
| 18 |
DWORD getfilesize(char *name); |
| 19 |
void getpath(char*file, char*path); |
| 20 |
int cutcopy(char *fr, char *to, DWORD from, DWORD len); |
| 21 |
int getnextfile(char *dir, char *filter, char *file,int reset); |
| 22 |
char *GetFullName(char *full, char *file, char *path, DWORD len); |
| 23 |
char *quote(char *file); |
| 24 |
BOOL exist(char *file); |
| 25 |
char *getExt(char *file); |
| 26 |
HANDLE getHandle(char *file); |
| 27 |
ofstream GetStream(char *file, char *path, ofstream &ou, int); |
| 28 |
|
| 29 |
|
| 30 |
#define _FILE 1 |
| 31 |
#define _FOLDER 2 |
| 32 |
#define _DIR 2 |
| 33 |
#define _END -1 |
| 34 |
#define _RESET 0 |
| 35 |
#define _NEXT 1 |
| 36 |
#define _closeOnly -1 |
| 37 |
|
| 38 |
|
| 39 |
#endif _file |
Properties
| svn:eol-style |
native
|
| svn:keywords |
Id Revision
|
| svn:mime-type |
text/plain
|
| |