Skip to content

_unlink

bergsma edited this page Sep 26, 2014 · 3 revisions

#unlink

###Delete, remove, or unlink a file.

Syntax

status = unlink filename ;

Arguments

  1. str filename

The name of the file to unlink.

Return Value

str status
  • $ACKNOWLEDGE : The file was successfully unlinked.

The STATUS variable is set to $ACKNOWLEDGE

str status
  • $ACKNOWLEDGE : The file was successfully unlinked.

The STATUS variable is set to $ACKNOWLEDGE

Exceptions

  • %ARGUMENT: Invalid arguments. Usage: status = unlink filename ;

Description

  • None

Examples

puts "Create an example for the function 'unlink'" ;

Related Links

None

Clone this wiki locally