mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
requesters update
- scanning directory now adds the path parameter - file requester now sizes the requester according to the file list and window font
This commit is contained in:
@ -26,7 +26,7 @@ extern struct Library *DOSBase;
|
||||
For now, we will omit device typed entries, because writing/reading to them
|
||||
usually doesn't make too much sense.
|
||||
*/
|
||||
struct FileListEntry *scan_current_dir()
|
||||
struct FileListEntry *scan_dir(const char *dirpath)
|
||||
{
|
||||
struct DosLibrary *dosbase = (struct DosLibrary *) DOSBase;
|
||||
Forbid();
|
||||
|
||||
Reference in New Issue
Block a user