Opened 13 years ago
Closed 13 years ago
#95 closed change (fixed (in master))
Create a cross-platform API for directory scanning
Reported by: | takkaria | Owned by: | |
---|---|---|---|
Milestone: | 3.0.8 | Keywords: | |
Cc: |
Description
ToME had one, and so we have code for Windows, DOS, and Unix at least.
Attachments (3)
Change History (7)
comment:1 in reply to: ↑ description Changed 13 years ago by pmac
comment:2 Changed 13 years ago by ajps
- Milestone changed from 3.0.9 to 3.0.8
comment:3 Changed 13 years ago by pmac
Also:
shouldn't this kind of thing be more based on autoconf.h.in type logic, and less on things like
#ifdef UNIX
Changed 13 years ago by takkaria
comment:4 Changed 13 years ago by takkaria
- Resolution set to fixed
- Status changed from new to closed
Fixed with [77ebce9] (SVN r127).
Note: See
TracTickets for help on using
tickets.
Replying to takkaria:
OS X has one. (Unix interface is fine for dir_entry & other filesystem stuff, just not for GUI stuff.)