fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

filename.H File Reference

#include "Fl_Export.H"
#include <sys/types.h>
#include <dirent.h>
Include dependency graph for filename.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define FL_FILENAME_H
#define FL_PATH_MAX   2048
#define fl_dirent_h_cyclic_include

Typedefs

typedef int( Fl_File_Sort_F )(struct dirent **, struct dirent **)

Functions

FL_EXPORT const char * fl_filename_name (const char *filename)
FL_EXPORT const char * fl_filename_ext (const char *buf)
FL_EXPORT char * fl_filename_setext (char *to, int tolen, const char *ext)
FL_EXPORT int fl_filename_expand (char *to, int tolen, const char *from)
FL_EXPORT int fl_filename_absolute (char *to, int tolen, const char *from)
FL_EXPORT int fl_filename_relative (char *to, int tolen, const char *from)
FL_EXPORT int fl_filename_match (const char *name, const char *pattern)
FL_EXPORT int fl_filename_isdir (const char *name)
FL_EXPORT int fl_alphasort (struct dirent **, struct dirent **)
FL_EXPORT int fl_casealphasort (struct dirent **, struct dirent **)
FL_EXPORT int fl_casenumericsort (struct dirent **, struct dirent **)
FL_EXPORT int fl_numericsort (struct dirent **, struct dirent **)

Define Documentation

#define FL_FILENAME_H

Definition at line 36 of file filename.H.