Created
May 5, 2018 02:24
-
-
Save PythonCoderAS/89d06c8a0a2ed07ad9c97c7c73895345 to your computer and use it in GitHub Desktop.
Folder xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <filesystem> | |
| <drive letter='C' total_space = '500G' used_space = '250G' free_space = '250G' /> | |
| <folder name = 'C:\' used_space = '250000M' path = 'C:\'> | |
| <file name = 'testfile.txt' extension = '.txt' space = '100B' path = 'C:\testfile.txt' /> | |
| <file name = 'testfile2.txt' extension = '.txt' space = '1000B' path = 'C:\testfile2.txt' /> | |
| <file name = 'testfile3.txt' extension = '.txt' space = '500B' path = 'C:\testfile3.txt' /> | |
| <folder name = 'Program Files' used_space = '15000M' path = 'C:\Program Files'> | |
| <file /> | |
| (etc.) | |
| </folder> | |
| </folder> | |
| </filesystem> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment