-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabFile.h
More file actions
31 lines (29 loc) · 1.46 KB
/
abFile.h
File metadata and controls
31 lines (29 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
* {fr} Extensions de fichiers
#DEFINE EXT_DBF 'DBF'
#DEFINE EXT_XLS 'XLS'
#DEFINE EXT_LOG 'LOG'
#DEFINE EXT_LOG_WARN 'LWR'
* {fr} Caractères interdits dans le système de fichiers && https://gist.github.com/doctaphred/d01d05291546186941e1b7ddc02034d3
#DEFINE CAR_INT_DS_ADR_FICH '*?<>|"'
#DEFINE CAR_INT_DS_NOM_FICH CAR_INT_DS_ADR_FICH + ":/\"
* {en} Special Folder Constants
#DEFINE CSIDL_PROGRAMS 02 && {fr} Program Groups
#DEFINE CSIDL_PERSONAL 05 && {fr} Personal Documents
#DEFINE CSIDL_FAVORITES 06 && {fr} Favorites
#DEFINE CSIDL_STARTUP 07 && {fr} Startup Group
#DEFINE CSIDL_RECENT 08 && {fr} Recently Used Documents
#DEFINE CSIDL_SENDTO 09 && {fr} Send To
#DEFINE CSIDL_STARTMENU 11 && {fr} Start Menu
#DEFINE CSIDL_DESKTOPDIRECTORY 16 && {fr} Desktop
#DEFINE CSIDL_NETHOOD 19 && {fr} Network Neighborhood
#DEFINE CSIDL_TEMPLATES 21 && {fr} Document Templates
#DEFINE CSIDL_COMMON_STARTMENU 22 && {fr} Common Start Menu
#DEFINE CSIDL_COMMON_PROGRAMS 23 && {fr} Common Program Groups
#DEFINE CSIDL_COMMON_STARTUP 24 && {fr} Common Startup Group
#DEFINE CSIDL_COMMON_DESKTOPDIRECTORY 25 && {fr} Common Desktop
#DEFINE CSIDL_APPDATA 26 && {fr} Application Data
#DEFINE CSIDL_PRINTHOOD 27 && {fr} Printers
#DEFINE CSIDL_COMMON_FAVORITES 31 && {fr} Common Favorites
#DEFINE CSIDL_INTERNET_CACHE 32 && {fr} Temp. Internet Files
#DEFINE CSIDL_COOKIES 33 && {fr} Cookies
#DEFINE CSIDL_HISTORY 34 && {fr} History