aboutsummaryrefslogtreecommitdiff
path: root/unix/os/doc/zfdele.hlp
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /unix/os/doc/zfdele.hlp
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'unix/os/doc/zfdele.hlp')
-rw-r--r--unix/os/doc/zfdele.hlp29
1 files changed, 29 insertions, 0 deletions
diff --git a/unix/os/doc/zfdele.hlp b/unix/os/doc/zfdele.hlp
new file mode 100644
index 00000000..5016a2b5
--- /dev/null
+++ b/unix/os/doc/zfdele.hlp
@@ -0,0 +1,29 @@
+.help zfdele May84 "System Interface"
+.ih
+NAME
+zfdele -- delete a file
+.ih
+SYNOPSIS
+.nf
+zfdele (osfn, status)
+
+packed char osfn[] # host filename
+int status
+.fi
+.ih
+DESCRIPTION
+The named file is deleted.
+.ih
+RETURN VALUE
+ERR is returned if the file does not exist or cannot be deleted.
+OK is returned if the operation is successful.
+.ih
+NOTES
+A protected file cannot be deleted. FIO checks for file protection before
+calling the kernel to delete a file. FIO will not attempt to delete a file
+while the file is open by the current process. If an attempt is made to
+delete a file which is open by another process the result is system dependent.
+.ih
+SEE ALSO
+zfprot
+.endhelp