home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Add-Ons / CodeWarrior / DASM 2.0 / DASM / DASM.rsrc / TEXT_1005_Drag & Drop.txt < prev    next >
Encoding:
Text File  |  1997-04-22  |  810 b   |  22 lines

  1. Drag and Drop translation is supported. Simply drag the desired source resource file onto the application icon (or an Alias to same). A progress bar will show you which files are being processed. Because I do not spend the time pre-counting all files, the progress bar may move backward as more files are encountered. (Specifically, it will move backward each time a new directory is entered.) You may drag several files (or even a folder) at a time, and they will processed one at a time.
  2.  
  3. NOTE: One limitation is that Drop Shell seems to only go one directory deep! This may be a limit of DropShell, but I haven't bothered to look at it. So, this will work:
  4.  
  5. folder1
  6.         item1a
  7.   item1b
  8. folder2
  9.   item2a
  10.   item2b
  11.   item2c
  12. folder3
  13.   item3a
  14.  
  15. but this will not:
  16.  
  17. folder
  18.   folder1
  19.     item1a
  20.   folder2
  21.      item2a
  22.