Skip to content

Instantly share code, notes, and snippets.

@PythonCoderAS
Created May 5, 2018 02:24
Show Gist options
  • Select an option

  • Save PythonCoderAS/89d06c8a0a2ed07ad9c97c7c73895345 to your computer and use it in GitHub Desktop.

Select an option

Save PythonCoderAS/89d06c8a0a2ed07ad9c97c7c73895345 to your computer and use it in GitHub Desktop.
Folder xml
<?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