First, the tree structure of the directory
The following form:
E:.
│.buildpath│
├─attachment
││image-not-exist.gif
││readme
││
│├─2014
││├─01
│││├─01
│││├─02
│││├─03
Method: Use the tree command under MS-DOS
1. Open a command-line window in Windows
2. Enter the "CD E:\Develop\SourceCode" below the directory you want to list
3. Run tree/f > filename "tree/f >directory.txt" at the command prompt
4, just the output of the file Directory.txt is what you want. "Type Directory.txt"
Ii. List of exported file information directories
The following form:
Directory of E:\Develop\SourceCode\attachment\2014
2014/09/19 19:27 <DIR>.
2014/09/19 19:27 <DIR>.
2014/09/19 19:27 <DIR> 01
2014/09/19 19:27 <DIR> 02
Method: Use the tree command under MS-DOS
1. Open a command-line window in Windows
2. Enter the exported directory and the generated file "dir e:\develop\sourcecode\*.*/s >c:\dir.txt"
3, just the output of the file Dir.txt is what you want. "Type Dir.txt"
How to create a tree file directory structure