Overview  Index  Help 
Standard ML Basis Library

POSIX_FILE_SYS.ST

Enclosing Modules:

POSIX_FILE_SYS


structure ST :
sig
  type stat
  val isDir : stat -> bool
  val isChr : stat -> bool
  val isBlk : stat -> bool
  val isReg : stat -> bool
  val isFIFO : stat -> bool
  val isLink : stat -> bool
  val isSock : stat -> bool
  val mode : stat -> S.mode
  val ino : stat -> ino
  val dev : stat -> dev
  val nlink : stat -> int
  val uid : stat -> uid
  val gid : stat -> gid
  val size : stat -> Position.int
  val atime : stat -> Time.time
  val mtime : stat -> Time.time
  val ctime : stat -> Time.time
end

 
Type detail

stat

type stat

     
Value detail

isDir

val isDir : stat -> bool


isChr

val isChr : stat -> bool


isBlk

val isBlk : stat -> bool


isReg

val isReg : stat -> bool


isFIFO

val isFIFO : stat -> bool


isLink

val isLink : stat -> bool


isSock

val isSock : stat -> bool


mode

val mode : stat -> S.mode


ino

val ino : stat -> ino


dev

val dev : stat -> dev


nlink

val nlink : stat -> int


uid

val uid : stat -> uid


gid

val gid : stat -> gid


size

val size : stat -> Position.int


atime

val atime : stat -> Time.time


mtime

val mtime : stat -> Time.time


ctime

val ctime : stat -> Time.time

 


Overview  Index  Help 
Standard ML Basis Library

This document may be distributed freely over the internet as long as the copyright notice and license terms below are prominently displayed within every machine-readable copy.

Copyright © 2003 AT&T and Lucent Technologies. All rights reserved.

Permission is granted for internet users to make one paper copy for their own personal use. Further hardcopy reproduction is strictly prohibited. Permission to distribute the HTML document electronically on any medium other than the internet must be requested from the copyright holders by contacting the editors. Printed versions of the SML Basis Manual are available from Cambridge University Press. To order, please visit www.cup.org (North America) or www.cup.cam.ac.uk (outside North America).