caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Peter Jolly <peter@jollys.org>
To: skaller@users.sourceforge.net
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] lstat on windows native
Date: Tue, 25 May 2004 11:20:15 +0100	[thread overview]
Message-ID: <40B31DDF.5070904@jollys.org> (raw)
In-Reply-To: <1085470849.6065.457.camel@pelican.wigram>
In-Reply-To: 1085470849.6065.457.camel@pelican.wigram

skaller wrote:
> Currently, I need to use lstat (as pointed out in previous
> email) but it isn't implemented on Windows native port
> according to 3.07 documentation.
> 
> I wonder if this function can be implemented for Windows?
> I'm not sure what it means (I don't understand Windows shortcuts).

In the native Windows ocaml, all shortcuts stat as S_REG, so it's not a
problem (for your purposes) that lstat == stat.  In the Cygwin port,
shortcuts are treated as symlinks, and stat and lstat treat them as
documented.

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  parent reply	other threads:[~2004-05-25 10:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-25  7:40 skaller
2004-05-25  8:55 ` Olivier Andrieu
2004-05-25  9:41   ` skaller
2004-05-25 15:33     ` David Brown
2004-05-25 10:20 ` Peter Jolly [this message]
2004-05-25 21:19 ` sylvain.le-gall
2004-05-26  7:19   ` skaller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40B31DDF.5070904@jollys.org \
    --to=peter@jollys.org \
    --cc=caml-list@inria.fr \
    --cc=skaller@users.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).