Hi - <br><br>are functions such as open-ouput-file, make-file-or-directory-link, rename-file-or-directory implemented directly above the system calls such as open, link, and rename? <br><br>The reason I am asking is because I need to rely on the atomic property (i.e. either succeed or fails) of these system calls on filesystem such as ext3, and need to know whether using them along is sufficient to retain the properties or I need to learn how to use FFI to make the system calls directly.<br>
<br>Thanks,<br>yc<br><br>