home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / filing / cdfs / !ReadMe
Text File  |  1998-12-26  |  3KB  |  72 lines

  1. !ReadMe
  2. ~~~~~~~
  3. !FromCDLFS and !ToCDLFS are used to convert LongFiles disk trees to/from
  4. LongFiles CDFS extensions. The difference between the two are documented in
  5. LongFiles 2.09 !Help file, but for a summary, here are the differences:
  6.  
  7. Normal LongFiles                        CDFS LongFiles
  8. Uses '!ZZ!!Z!!LF' as special filename   Uses 'LONG__FS' as special filename
  9. Uses '}' as 'split' character           Uses '/' as split character
  10.  
  11. This means that if you were to create a directory structure containing the
  12. two directories 'ThisIsALongFilename' and 'ThisIsnt', then cataloguing the
  13. parent directory when LongFiles has been killed would show:
  14.  
  15. Normal LongFiles
  16. ----------------
  17. !ZZ!!Z!!LF   WR/    Data      00:00:00 01-Jan-1900   26  bytes
  18. ThisIsnt     D/     Directory 15:49:32 26-Dec 1998 2048  bytes
  19. ThisIs}000   D/     Directory 15:49:25 26-Dec-1998 2048  bytes
  20.  
  21. CDLFS (CD-Rom LongFiled FS)
  22. ---------------------------
  23. LONG__FS     WR/    Data      00:00:00 01-Jan-1900   26  bytes
  24. ThisIsnt     D/     Directory 15:49:32 26-Dec 1998 2048  bytes
  25. ThisIs/000   D/     Directory 15:49:25 26-Dec-1998 2048  bytes
  26.  
  27. By changing the names subtly in this way, it is possible to create CD-ROMs
  28. which have >10 character filenames - and these will also preserve the case of
  29. the filenames.
  30.  
  31. Using the applications
  32. ~~~~~~~~~~~~~~~~~~~~~~
  33. !ToCDLFS converts a directory structure in normal LongFiles format into the
  34. CDLFS format. To do this, load !ToCDLFS, and drop the parent directory onto
  35. the !ToCDLFS icon. After a brief period of disk activity (depending on how
  36. many files are in the directory tree), the tree will be converted into CDLFS
  37. format.
  38.  
  39. !FromCDFS performs the reverse operation; it takes a CDLFS format directory
  40. tree and converts it into normal LongFiles format. It is used in exactly the
  41. same way - dropping the parent directory onto the icon will perform the
  42. conversion.
  43.  
  44. Command-line
  45. ~~~~~~~~~~~~
  46. If you want to do the conversion on a whole disk, you can do this from the
  47. command line. Once the applications have been seen, two *commands will have
  48. been added - *ToCDLFS and *FromCDLFS. They have one argument, which is the
  49. directory to convert.
  50.  
  51. For example, if you want to convert the RAM disk to CDLFS format, then you
  52. can do this by typing:
  53.  
  54. *ToCDLFS RAM:$
  55.  
  56. Caveats
  57. ~~~~~~~
  58. Although LongFiles does not have to be loaded, these applications will work
  59. with LongFiles running - and also if you have LongFiles with non-standard
  60. special filenames/characters. The applications will fail if the source FS is
  61. a CDLFS-style FS. Later versions will check this.
  62.  
  63. Read-only filing systems (and files which cannot be renamed) will also cause
  64. problems. However, for normal disk creation, it should be fine.
  65.  
  66. Copyright
  67. ~~~~~~~~~
  68. !FromCDLFS, !ToCDLFS are © Jason Tribbeck 1998
  69. LongFiles is © Jason Tribbeck 1994-1998
  70.  
  71. All rights reserved
  72.