<?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_symlink</id>
	<title>Ns symlink - 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_symlink"/>
	<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_symlink&amp;action=history"/>
	<updated>2026-04-07T22:31:11Z</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_symlink&amp;diff=2676&amp;oldid=prev</id>
		<title>WikiSysop: imported from WiKit id 681</title>
		<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_symlink&amp;diff=2676&amp;oldid=prev"/>
		<updated>2004-06-15T02:14:35Z</updated>

		<summary type="html">&lt;p&gt;imported from WiKit id 681&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Man page: http://aolserver.com/docs/tcl/ns_symlink.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''NAME'''&lt;br /&gt;
&lt;br /&gt;
: ns_symlink - Create a symbolic link&lt;br /&gt;
&lt;br /&gt;
'''SYNOPSIS'''&lt;br /&gt;
&lt;br /&gt;
: '''ns_symlink''' ''?-nocomplain? filename1 filename2''&lt;br /&gt;
&lt;br /&gt;
'''DESCRIPTION'''&lt;br /&gt;
&lt;br /&gt;
: This command creates a symbolic link named ''filename2'' that points to the file or directory specified by ''filename1''.  If the link fails, a Tcl error is generated, unless ''-nocomplain'' is specified.&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&lt;br /&gt;
Tcl's '''file link''' command instead.  In other words, this:&lt;br /&gt;
&lt;br /&gt;
    ns_symlink $file1 $file2&lt;br /&gt;
&lt;br /&gt;
is equivalent to:&lt;br /&gt;
&lt;br /&gt;
    file link -symbolic $file1 $file2&lt;br /&gt;
&lt;br /&gt;
'''EXAMPLES'''&lt;br /&gt;
&lt;br /&gt;
    % ns_symlink [[ns_info pageroot]]/index.html [[ns_info pageroot]]/foo.html&lt;br /&gt;
&lt;br /&gt;
'''SEE ALSO'''&lt;br /&gt;
&lt;br /&gt;
: [[ns_chmod]], [[ns_link]], [[ns_mkdir]], [[ns_rename]], [[ns_rmdir]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category Documentation]] - [[Category Core Tcl API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
		
	</entry>
</feed>