From 5724b00c9a358ccc7e04921de869adee4f5f807b Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 23 Jan 2007 09:53:51 +0000 Subject: Removed fl_filename_isdir_quick from the documentation. I would make it static to File_Chooser2.cxx, but we also need it in File_Browser. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5633 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/functions.html | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'documentation/functions.html') 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

    -- cgit v1.2.3