|
|
| version 1.89.2.13.2.2, 2003/03/19 12:22:35 | version 1.89.2.13.2.3, 2003/03/20 08:11:13 |
|---|---|
| Line 111 bool file_read_action_under_lock(const S | Line 111 bool file_read_action_under_lock(const S |
| bool as_text=false, | bool as_text=false, |
| bool fail_on_read_problem=true); | bool fail_on_read_problem=true); |
| /** | /** |
| read specified text file using pool, | read specified text file using |
| if fail_on_read_problem is true[default] throws an exception | if fail_on_read_problem is true[default] throws an exception |
| WARNING: charset is used for http header case conversion, it's not a charset of input file! | WARNING: charset is used for http header case conversion, it's not a charset of input file! |
| Line 130 struct File_read_result { | Line 130 struct File_read_result { |
| }; | }; |
| /** | /** |
| read specified file using pool, | read specified file using |
| if fail_on_read_problem is true[default] throws an exception | if fail_on_read_problem is true[default] throws an exception |
| WARNING: charset is used for http header case conversion, it's not a charset of input file! | WARNING: charset is used for http header case conversion, it's not a charset of input file! |
| Line 186 bool entry_exists(const char* fname, str | Line 186 bool entry_exists(const char* fname, str |
| bool entry_exists(const String& file_spec); | bool entry_exists(const String& file_spec); |
| bool file_readable(const String& file_spec); | bool file_readable(const String& file_spec); |
| bool dir_readable(const String& file_spec); | bool dir_readable(const String& file_spec); |
| const String& file_readable(String& path, String& name); | const String* file_readable(String& path, String& name); |
| bool file_executable(const String& file_spec); | bool file_executable(const String& file_spec); |
| bool file_stat(const String& file_spec, | bool file_stat(const String& file_spec, |
| Line 238 void remove_crlf(char *start, char *end) | Line 238 void remove_crlf(char *start, char *end) |
| // globals | // globals |
| extern const String& file_status_name; | extern const String file_status_name; |
| #endif | #endif |