<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=CvsGetDir</id>
	<title>CvsGetDir - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=CvsGetDir"/>
	<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=CvsGetDir&amp;action=history"/>
	<updated>2026-04-28T23:50:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://pickwiki.org/index.php?title=CvsGetDir&amp;diff=1621&amp;oldid=prev</id>
		<title>Conversion script: link fix</title>
		<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=CvsGetDir&amp;diff=1621&amp;oldid=prev"/>
		<updated>2015-02-26T23:48:53Z</updated>

		<summary type="html">&lt;p&gt;link fix&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[HomePage]] &amp;gt;&amp;gt; [[BasicSource]] &amp;gt;&amp;gt; [[TclStack]]&lt;br /&gt;
&lt;br /&gt;
A helper to get the source directory of a file&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
SUBROUTINE CVS.GETDIR(DIR,FILE)&lt;br /&gt;
***************************************************************************&lt;br /&gt;
* Program: CVS.GETDIR&lt;br /&gt;
* Author : Ian [[McGowan]]&lt;br /&gt;
* Date   : 11/08/2002&lt;br /&gt;
* Edited : $Id: CVS.GETDIR,v 1.2 2004/04/21 01:42:06 dsiroot Exp $&lt;br /&gt;
* Comment:&lt;br /&gt;
***************************************************************************&lt;br /&gt;
*$Log: CVS.GETDIR,v $&lt;br /&gt;
*Revision 1.2  2004/04/21 01:42:06  dsiroot&lt;br /&gt;
*mcgowan:Fix tags&lt;br /&gt;
*&lt;br /&gt;
*Revision 1.1  2002/11/12 09:38:50  dsiroot&lt;br /&gt;
*Auto Checkin&lt;br /&gt;
*&lt;br /&gt;
*Revision 1.2  2002/11/09 01:56:40  mcgowan&lt;br /&gt;
*Do not print error on screen&lt;br /&gt;
*&lt;br /&gt;
*Revision 1.1  2002/11/09 01:44:21  mcgowan&lt;br /&gt;
*My initial checkin&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
OPEN &amp;#039;VOC&amp;#039; TO VOC ELSE ABORT&lt;br /&gt;
&lt;br /&gt;
READ REC FROM VOC, FILE THEN&lt;br /&gt;
    DIR=REC&amp;lt;2&amp;gt;&lt;br /&gt;
END ELSE&lt;br /&gt;
    *PRINT &amp;#039;CANNOT READ FILE POINTER IN VOC: &amp;#039;:FILE&lt;br /&gt;
    DIR=&amp;#039;ZZZ&amp;#039;&lt;br /&gt;
END&lt;br /&gt;
RETURN&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;/div&gt;</summary>
		<author><name>Conversion script</name></author>
	</entry>
</feed>