caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Findfirst / findnext Caml equivalents
@ 1999-12-03 14:34 Manuel Cornes
  1999-12-03 19:42 ` Alain Frisch
  0 siblings, 1 reply; 2+ messages in thread
From: Manuel Cornes @ 1999-12-03 14:34 UTC (permalink / raw)
  To: caml-list

Hello,


are there Caml equivalents to the C (win32) functions FindFirstFile andFindNextFile ?

"The FindFirstFile function searches a directory for a file whose name matchesthe
specified file name. "



Has anybody tried modifying the asm emitting part of ocaml so that nasm syntax
is used instead of masm syntax ?

"NASM is the Netwide Assembler, a free portable assembler for the Intel 80x86
microprocessor series, which uses the traditional Intel instruction mnemonicsand syntax. "

http://www.web-sites.co.uk/nasm/


thanks a lot,
Manuel Cornes





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Findfirst / findnext Caml equivalents
  1999-12-03 14:34 Findfirst / findnext Caml equivalents Manuel Cornes
@ 1999-12-03 19:42 ` Alain Frisch
  0 siblings, 0 replies; 2+ messages in thread
From: Alain Frisch @ 1999-12-03 19:42 UTC (permalink / raw)
  To: Manuel Cornes; +Cc: caml-list

> are there Caml equivalents to the C (win32) functions FindFirstFile and FindNextFile ?

Have a look at Unix.(opendir|readdir|closedir) which are ported to Win;
under Unix, the matching of jokers (8) is made by the shell, but you can
use the module Str to do things like that.


Alain Frisch




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-12-03 21:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-03 14:34 Findfirst / findnext Caml equivalents Manuel Cornes
1999-12-03 19:42 ` Alain Frisch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).