Skip to content

dotsilicon/file-tree-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

File Tree Generator

A simple Windows desktop app to export a folder's directory structure into a .txt file.

Features

  • Tree view output of selected folder
  • Exclude specific files or folders
  • Offline and portable
  • Supports all file types

How to Use

  1. Download the .exe from Releases
  2. Run it directly (no installation required)
  3. Select a folder, set exclusions, and generate your tree

Antivirus False Positives

Some antivirus programs may flag the standalone .exe file as a potential threat, even though it’s completely safe. This is a common issue with newly compiled or unsigned applications distributed outside of the Microsoft Store or without a verified publisher.

Why This Happens:

  • The app is not digitally signed with a paid code signing certificate.
  • It's a new file that hasn't built up reputation in antivirus databases.
  • Some antivirus tools are overly aggressive with .exe files built using tools like PyInstaller or AutoIt.

How to Whitelist the File:

If your antivirus flags it, here’s what you can do:

  • Check the file on VirusTotal.com for a second opinion.
  • Restore or allow the file from your antivirus quarantine or history section.
  • Add an exclusion for the app’s folder in your antivirus settings.

For example:

  • Windows Defender: Settings > Privacy & Security > Windows Security > Virus & Threat Protection > Manage Settings > Add or remove exclusions.

If you're unsure, feel free to contact us for a direct link or ZIP version.

License

This software is licensed under the Creative Commons BY-NC 4.0 license.

You are free to use this software for personal and commercial purposes without resale or redistribution. Attribution to Dotsilicon is required.


Developed by Rashidul Hasan

About

Portable Windows app to export folder tree as a text file

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors