diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-08-17 21:56:22 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-08-17 21:56:22 +0000 |
| commit | eca40efb6e42b352ca77d1d290b4149037b70efd (patch) | |
| tree | 605f7653442f1a0ae8cd95af7e345708419d309a /documentation | |
| parent | 760bca71abe9e35e393c05404672d362b463128e (diff) | |
This change is controversial. It changes the behavior of fl_filename_list
slightly by adding a forward slash after every directory name on every
supported OS. Included in this patch is a change in the code that
lists mounted volumes on OS X Mac.
Apple users, please check. Open FLUID, open the file dialog and
clear the current path. You shoudl see a list of mounted volumes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4525 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/functions.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/functions.html b/documentation/functions.html index 5bcd54d4e..a6205774b 100644 --- a/documentation/functions.html +++ b/documentation/functions.html @@ -718,6 +718,8 @@ reading the directory a number less than zero is returned, and <tt>errno</tt> has the reason; <tt>errno</tt> does not work under WIN32. +<P>The name of directory always ends in a forward slash '/'. + <P>The <tt>sort</tt> argument specifies a sort function to be used when on the array of filenames. The following standard sort functions are provided with FLTK: |
