Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ds5678/relativepathlogger
- Owner: ds5678
- License: mit
- Created: 2021-07-25T02:23:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T00:33:51.000Z (almost 2 years ago)
- Last Synced: 2024-12-21T09:42:02.080Z (19 days ago)
- Language: C#
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```