Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ds5678/relativepathlogger

Console app for recording the file structure inside a folder
https://github.com/ds5678/relativepathlogger

Last synced: 12 days ago
JSON representation

Console app for recording the file structure inside a folder

Awesome Lists containing this project

README

        

# Relative Path Logger

This simple logger creates a log file, `Output.txt`, containing the internal file structure of a folder. Just drag and drop onto the exe.

## Output

Its output will look something like this:

```
DroppedFoldername
|---file1.bin - 26930132 bytes
|---example.zip - 3288792 bytes
|---Media
| |---configuration.config - 238 bytes
| |---whatever.jpg - 147652 bytes
| |---icon.png - 315632 bytes
```