When migrating content from a file system to a web based system, it is very help full to get a report on the file structure
Open command prompt
tree /a /f "directory path" > TreeReport.txt
Open command prompt
tree /a /f "directory path" > TreeReport.txt
/f | Displays file names in each directory. |
/a | ext characters used for linking lines, instead of graphic characters. /a is used with code pages that do not support graphic characters and to send output to printers that do not properly interpret graphic characters. |
No comments:
Post a Comment