SCM Repository
Diff of /sml/trunk/src/smlnj-lib/Unix/unix-path-sig.sml
Parent Directory
|
Revision Log
|
Patch
revision 7, Sun Jan 18 00:59:30 1998 UTC | revision 8, Sun Jan 18 01:01:29 1998 UTC | |
---|---|---|
# | Line 17 | Line 17 |
17 | val getPath : unit -> path_list | val getPath : unit -> path_list |
18 | (* get the user's PATH environment variable. *) | (* get the user's PATH environment variable. *) |
19 | ||
20 | datatype access_mode = A_READ | A_WRITE | A_EXEC | datatype access_mode = datatype OS.FileSys.access_mode |
sharing type OS.FileSys.access_mode = access_mode | ||
21 | datatype file_type = F_REGULAR | F_DIR | F_SYMLINK | F_SOCK | F_CHR | F_BLK | datatype file_type = F_REGULAR | F_DIR | F_SYMLINK | F_SOCK | F_CHR | F_BLK |
22 | (** what is the type in POSIX??? **) | (** what is the type in POSIX??? **) |
23 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |