R
Raymond
Hi All:
To find a file exists using the file name, I have tow routings on UNIX
system.
1. access(2)
2. lstat(2)
This tow function also can do. When the return value is "-1" and errno
is "ENOENT", The file doesn't exist.
**Which one is better?
Thank you very much.
Raymond Shen.
To find a file exists using the file name, I have tow routings on UNIX
system.
1. access(2)
2. lstat(2)
This tow function also can do. When the return value is "-1" and errno
is "ENOENT", The file doesn't exist.
**Which one is better?
Thank you very much.
Raymond Shen.