On Mon, Feb 7, 2011 at 3:01 PM, Romain Beauxis <[email protected]>wrote:

> What you could do if you have ocaml installed is try the following:
>  * As command-line, type ocaml (or if you have ledit installed: ledit
> ocaml)
>  * Paste the following expression:
> (Unix.stat "/media/jingles").Unix.st_kind = Unix.S_DIR
>

More precisely, run

ocaml unix.cma

and execute

(Unix.stat "/media/jingles").Unix.st_kind = Unix.S_DIR;;

(notice the ;; in the end).

++

Sam.
------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to