#include "cl/String.h"
#include "cl/Flags.h"
#include <stdio.h>
Include dependency graph for FileName.h:
Go to the source code of this file.
Compounds | |||
class | FileName | ||
Enumerations | |||
enum | FN_Flags { FN_Gzipped = 0x0001, FN_Bz2ed = 0x0002, FN_Compress = 0x0004, FN_IsCompressed = 0x000F } | ||
enum | FN_Err { kFileNotFound = -1, kBadExtension = -2 } | ||
Functions | |||
String | TempPath () |
enum FN_Err |
enum FN_Flags |
FN_Gzipped | |
FN_Bz2ed | |
FN_Compress | |
FN_IsCompressed |
Definition at line 99 of file FileName.h.
String TempPath () |
Definition at line 126 of file FileName.cc.