https://bz.apache.org/ooo/show_bug.cgi?id=126186
Issue ID: 126186
Issue Type: DEFECT
Summary: Linux: Dir function should sorted in alphabetical
order
Product: App Dev
Version: 4.1.1
Hardware: PC
OS: Linux
Status: CONFIRMED
Severity: normal
Priority: P5
Component: api
Assignee: [email protected]
Reporter: [email protected]
Under Windows, Dir function returns a list of files in alphabetical order. Same
result than "Dir" command in a console.
With Linux, this function returns a list of files in creating order. Same
result than "ls -f" command.
So, why not have an equivalent of "ls" command by default and generate a list
of files in alphabetical order?
Source code available in:
svn.apache.org/repos/asf/openoffice/trunk/main/basic/source/runtime/methods.cxx
Maybe an easy hack but I don't have any knowledege in C++
--
You are receiving this mail because:
You are the assignee for the issue.