home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / directry / move / read.me < prev   
Encoding:
Internet Message Format  |  1994-07-23  |  686 b 

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