<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://panoptic.com/mediawiki/aolserver/index.php?action=history&amp;feed=atom&amp;title=Ns_unlink</id>
	<title>Ns unlink - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://panoptic.com/mediawiki/aolserver/index.php?action=history&amp;feed=atom&amp;title=Ns_unlink"/>
	<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_unlink&amp;action=history"/>
	<updated>2026-04-17T05:38:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_unlink&amp;diff=4980&amp;oldid=prev</id>
		<title>Josephbui: Copied from http://www.aolserver.com/docs/devel/tcl/api/file.html#ns_unlink</title>
		<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_unlink&amp;diff=4980&amp;oldid=prev"/>
		<updated>2006-09-28T15:49:38Z</updated>

		<summary type="html">&lt;p&gt;Copied from http://www.aolserver.com/docs/devel/tcl/api/file.html#ns_unlink&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''NAME'''&lt;br /&gt;
&lt;br /&gt;
: ns_unlink - Remove a file&lt;br /&gt;
&lt;br /&gt;
'''SYNOPSIS'''&lt;br /&gt;
&lt;br /&gt;
: '''ns_unlink''' ''?-nocomplain? filename''&lt;br /&gt;
&lt;br /&gt;
'''DESCRIPTION'''&lt;br /&gt;
&lt;br /&gt;
: This command attempts to remove the file ''filename''. If ''-nocomplain'' is not passed in and the removal fails, a Tcl error is generated.&lt;br /&gt;
&lt;br /&gt;
: This is a legacy command from when Tcl did not have this functionality.  It is now recommended you use Tcl's '''file delete''' command instead.  In other words, this:&lt;br /&gt;
&lt;br /&gt;
    ns_unlink /tmp/foo&lt;br /&gt;
&lt;br /&gt;
is equivalent to:&lt;br /&gt;
&lt;br /&gt;
    file delete /tmp/foo&lt;br /&gt;
&lt;br /&gt;
'''EXAMPLES'''&lt;br /&gt;
&lt;br /&gt;
    # can't think of a non-trivial example here&lt;br /&gt;
&lt;br /&gt;
'''SEE ALSO'''&lt;br /&gt;
&lt;br /&gt;
: [[ns_link]], [[ns_mkdir]], [[ns_rename]], [[ns_rmdir]], [[ns_symlink]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category Documentation]] - [[Category Core Tcl API]]&lt;/div&gt;</summary>
		<author><name>Josephbui</name></author>
		
	</entry>
</feed>