From eca40efb6e42b352ca77d1d290b4149037b70efd Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 17 Aug 2005 21:56:22 +0000 Subject: 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 --- documentation/functions.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'documentation/functions.html') 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 errno has the reason; errno does not work under WIN32. +

The name of directory always ends in a forward slash '/'. +

The sort argument specifies a sort function to be used when on the array of filenames. The following standard sort functions are provided with FLTK: -- cgit v1.2.3