|
| FL_EXPORT void | fl_decode_uri (char *uri) |
| | Decodes a URL-encoded string. More...
|
| |
| FL_EXPORT int | fl_filename_absolute (char *to, int tolen, const char *from) |
| | Makes a filename absolute from a relative filename. More...
|
| |
| FL_EXPORT int | fl_filename_expand (char *to, int tolen, const char *from) |
| | Expands a filename containing shell variables and tilde (~). More...
|
| |
| FL_EXPORT const char * | fl_filename_ext (const char *buf) |
| | Gets the extensions of a filename. More...
|
| |
| FL_EXPORT void | fl_filename_free_list (struct dirent ***l, int n) |
| | Free the list of filenames that is generated by fl_filename_list(). More...
|
| |
| FL_EXPORT int | fl_filename_isdir (const char *name) |
| | Determines if a file exists and is a directory from its filename. More...
|
| |
| FL_EXPORT int | fl_filename_list (const char *d, struct dirent ***l, Fl_File_Sort_F *s=fl_numericsort) |
| | Portable and const-correct wrapper for the scandir() function. More...
|
| |
| FL_EXPORT int | fl_filename_match (const char *name, const char *pattern) |
| | Checks if a string s matches a pattern p. More...
|
| |
| FL_EXPORT const char * | fl_filename_name (const char *filename) |
| | Gets the file name from a path. More...
|
| |
| FL_EXPORT int | fl_filename_relative (char *to, int tolen, const char *from) |
| | Makes a filename relative to the current working directory. More...
|
| |
| FL_EXPORT char * | fl_filename_setext (char *to, int tolen, const char *ext) |
| | Replaces the extension in buf of max. More...
|
| |
| FL_EXPORT int | fl_open_uri (const char *uri, char *msg, int msglen) |
| | Opens the specified Uniform Resource Identifier (URI). More...
|
| |
File names and URI utility functions.