Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!mcsun!cernvax!chx400!chx400!ugun2b!ugsc2a!fisher From: fisher@sc2a.unige.ch Newsgroups: comp.sys.ibm.pc.misc Subject: Re: MKS Toolkit related question Message-ID: <1991Feb11.173813.371@sc2a.unige.ch> Date: 11 Feb 91 15:38:13 GMT References: <29941@usc> Organization: University of Geneva, Switzerland Lines: 12 In article <29941@usc>, ajayshah@alhena.usc.edu (Ajay Shah) writes: > > Is there a "deep" reason why the mv of MKS toolkit doesn't allow > you to mv a directory the way the Unix mv does? > The "deep" reason is that the underlying MS-DOS function call doesn't allow it. To implement a directory-move, you can either rewrite some of the file managment functions (which are very version-dependant) or change the directory to a normal file during the move (quite a risky thing to do!). Markus Fischer, Dpt of Anthropology, Geneva CH