diff --git a/documentation/functions.html b/documentation/functions.html index c7d8b9e9f..37d799186 100644 --- a/documentation/functions.html +++ b/documentation/functions.html @@ -76,7 +76,6 @@ A.
  • fl_filename_expand
  • fl_filename_ext
  • fl_filename_isdir
  • -
  • fl_filename_isdir_quick
  • fl_filename_list
  • fl_filename_match
  • fl_filename_name
  • @@ -310,7 +309,6 @@ A.
  • fl_filename_expand
  • fl_filename_ext
  • fl_filename_isdir
  • -
  • fl_filename_isdir_quick
  • fl_filename_list
  • fl_filename_match
  • fl_filename_name
  • @@ -936,34 +934,6 @@ int fl_filename_isdir(const char *f);

    Returns non-zero if the file exists and is a directory. - -

    fl_filename_isdir_quick

    - -
    - -

    Include Files

    - - - -

    Prototype

    - - - -

    Description

    - -

    Returns non-zero if the file is a directory. If the -filename ends in a directory seperator (usually the -slash '/'), the existence of the directory will not -be verified and '1' is returned. This is much faster -than fl_filename_isdir if the file is known -to exist, because its filename was obtained via -fl_filename_list or similar. - -

    fl_filename_list