3
« on: 12 May 2020, 11:14 »
Thank for your answer but it doesn't solve my issue. Maybe I was not so clear in my first post.
For example, I have folder containing :
- 1 folder : "Empty Folder"
- 1 file : "Test.txt"
By following what your answered, my DATfile is :
<machine name="Default">
<description>Default</description>
<rom name="File.txt" size="8666" crc="e32d2a07"/>
</machine>
<machine name="Empty Folder">
<description>Empty Folder</description>
<rom name="_" size="0" crc="-"/>
</machine>
In this case, I can see the empty folder.
What I want is to have the content of my folder compressed in a ZIP or 7Z file. Everything is on the compressed file (see picture joined) but after launching Dir2Dat, the empty folder is not on the DATfile :
<machine name="Test">
<description>Test</description>
<rom name="File.txt" size="8666" crc="e32d2a07"/>
</machine>
Regards.