mirror of
https://github.com/fltk/fltk.git
synced 2026-06-07 00:55:23 +08:00
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
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user