[Oberon] Need N0 output of: Watson.ShowDef FileDir.Enumerate
easlab at absamail.co.za
easlab at absamail.co.za
Thu Jun 17 14:14:37 CEST 2004
Oberoners,
Please post me the output of:
Watson.ShowDef FileDir.Enumerate
My ver 2001 [ which is possibly out of date] shows:-
DEFINITION FileDir;
IMPORT OFS;
TYPE
FileName = OFS.FileName;
EntryHandler = PROCEDURE (name: ARRAY OF CHAR;
time, date, size: LONGINT; VAR continue: BOOLEAN);
VAR
PathChar: CHAR;
(* Enumerate files matching the mask.
proc is upcalled for every file.
Iff detail is TRUE, the time, date and size parameters will be valid.
Recursive calls to Enumerate are not allocated in proc. *)
PROCEDURE Enumerate (mask: ARRAY OF CHAR;
detail: BOOLEAN; proc: EntryHandler);
END FileDir. ---
In particular, I'm 'looking for'
PROCEDURE EnumerateFile
which I suspect, comes with the 'Win' version ?
Thanks.
== Chris Glur.
More information about the Oberon
mailing list