[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Unlink (i.e. remove) a file.
Source position: line 0
function UnLink( |
Path: PathStr |
):Boolean; |
Path: pchar |
):Boolean; |
UnLink decreases the link count on file Path. Path can be of type PathStr or PChar. If the link count is zero, the file is removed from the disk. The function returns True if the call was succesfull, False if the call failed.
For an example, see Link.
Errors are returned in LinuxError.
|
Create a hard link to a file |
|
|
Create a symbolic link |
No notes exist for this page yet.