[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Status of lposix?
- From: David Burgess <dburgess@...>
- Date: Thu, 28 May 2009 09:33:56 +1000
Further, here is a minmal list of candidates for osex inclusion:
errno([n])
basename(path)
dirname(path)
files([path])
getcwd()
mkdir(path)
chdir(path)
rmdir(path)
unlink(path)
access(path,[mode])
pipe()
dup(old,[new])
spawn(path,[args]) -- posix spawn can be implemented on win
wait([pid])
kill(pid,[sig])
sleep(seconds)
setenv(name,value,[over])
getenv([name]) */
chmod(path,mode)
chown(path,uid,gid)
utime(path,[mtime,atime])
getpid([options]) */
stat(path,[options])
uname([string])