home *** CD-ROM | disk | FTP | other *** search
- From: timphus@stltar.stl.informatik.uni-dortmund.de (Stefan Timphus)
- Subject: move, improved file mover, C source
- Date: 26 May 89 09:00:17 GMT
-
- MOVE allows DOS users the ability to MOVE files from one directory to
- another with a minimum of effort.
-
- 1) MOVE is extremely FAST (because it uses the rename() function)
- 2) The * and ? are fully supported.
- 3) If a file in the destination directory exists under the same name, MOVE
- will prompt the user if he/she wants to overwrite it.
- 4) Files with special attributes are handled accordingly.
-
- Stefan Timphus
- timphus@stltar.stl.informatik.uni-dortmund.de
- simula@trillian.irb.informatik.uni-dortmund.de
-