Once again, this is
very much similar to Windows Explorer, and indeed most other Windows file managers (and
probably most file managers on any other operating system too). From left to right, the toolbar
buttons are
??? Up one level
??? Refresh current directory
??? Create new file
??? Create new directory
??? Edit file
??? Delete file
??? Copy file or directory
CHAPTER 6 n REMOTELY MANAGING YOUR FILES: DWR FILE MANAGER 272
??? Cut file or directory
??? Paste file or directory
??? Upload file
??? Download file
The menu contains all these options, plus a few more, namely the Print Directory Contents
on the Tools menu, and the Using Fileman and About items on the Help menu.
We??™ll see more snapshots of the application in action as we progress, but for now that
should be enough to have a clue about what we??™re building. So, we??™re all set to jump into the
code now, and a reasonable place to start is the configuration files involved, so off we go!
In all the following source listings, I??™ve removed the GPL/copyright header to save space and cut down on
redundancy. The license terms of the dhtmlx components require that the application they are used in be
licensed under the terms of the GPL if it??™s noncommercial, which is the case here.
Pages:
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492