{"id":1193,"date":"2026-06-12T06:22:09","date_gmt":"2026-06-12T10:22:09","guid":{"rendered":"https:\/\/info.mindgems.com\/?p=1193"},"modified":"2026-06-13T05:19:37","modified_gmt":"2026-06-13T09:19:37","slug":"print-folder-how-to-print-folders-list","status":"publish","type":"post","link":"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/","title":{"rendered":"Top 9 Ways to Print Folder and Directory Contents in 2026"},"content":{"rendered":"<p>We have provided a list of the best ways to print folder and directory content in Windows easily. Use these tips to customize the way the printed folders are displayed and structured.<!--more--><\/p>\n<p>Usually, it is easy to print a folder that is visible on the screen by taking a screenshot and using an image editing application. You can also use the <a href=\"https:\/\/www.mindgems.com\/products\/Easy-Screen-Capture-AA\/ESCAA-About.htm\">screen capture<\/a> application itself to print the image. Unfortunately, if you need to print the entire folder tree and it contains tens or hundreds or more sub-folders the task becomes quite hard. Follow this guide to print the folder tree easily and for free.<\/p>\n<h2>List of Best Ways to Print Folder and Directory Contents<\/h2>\n<ol>\n<li><a href=\"#p1\">Print Folders List by Taking a Screenshot<\/a><\/li>\n<li><a href=\"#p2\">Export Folder Content from CMD (Command Line)<\/a><\/li>\n<li><a href=\"#p3\">Print Folder Tree From Command Line Using The &#8220;Tree&#8221; Command<\/a><\/li>\n<li><a href=\"#p4\">Print Directories Using the Folder Size Application<\/a><\/li>\n<li><a href=\"#p5\">Steps to Print Folders<\/a><\/li>\n<li><a href=\"#p6\">Export and Print Folders as CSV, XLS, or TXT File<\/a><\/li>\n<li><a href=\"#p7\">Save Folders and Files Snapshot<\/a><\/li>\n<li><a href=\"#p8\">Print Folder Using JR Directory Printer<\/a><\/li>\n<li><a href=\"#p9\">Print Folder Contents Using Windows PowerShell<\/a><\/li>\n<li><a href=\"#faq\">Frequently Asked Questions About Printing Folders in Windows<\/a><\/li>\n<\/ol>\n<h2 id=\"p1\">1. Print Folders List by Taking a Screenshot<\/h2>\n<p>As I already mentioned, it is easy to use Windows Explorer to take a screenshot of the folder tree. You can use the screen capture tools that are built-in in Windows to capture and print the desired region. Try also the &#8220;Prt Scr&#8221; button to capture the entire screen and you can paste it into your favorite image editing application simply by pressing CTRL+V. You should crop the captured image as it includes the entire screen. If the folders that you want to print can not fit on the screen, you can make multiple captures and print them on separate pages.<\/p>\n<div id=\"attachment_1196\" style=\"width: 573px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/PrintingFolderExplorer.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1196\" class=\"size-full wp-image-1196\" src=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/PrintingFolderExplorer.png\" alt=\"Printing Folders Explorer\" width=\"563\" height=\"495\" srcset=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/PrintingFolderExplorer.png 563w, https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/PrintingFolderExplorer-300x264.png 300w\" sizes=\"auto, (max-width: 563px) 100vw, 563px\" \/><\/a><p id=\"caption-attachment-1196\" class=\"wp-caption-text\">Print Folder Tree<\/p><\/div>\n<p>Above is an example where very long paths take too much horizontal space and such an approach may not always be convenient.<\/p>\n<h2 id=\"p2\">2. Export Folder Content from CMD (Command Line)<\/h2>\n<p>There is also the possibility to print the folders from a command line using the DIR command. From the above example you can list the <strong>Unicode<\/strong> folder using the command below:<\/p>\n<blockquote><p><strong>dir \/s \/AD unicode<\/strong><\/p><\/blockquote>\n<p>To do this press WIN+R (RUN) and type CMD in the edit box.<\/p>\n<p>The dir command lists all files and folders in the current folder. Use the <strong>\/S<\/strong> flag as it denotes that all sub-folders of the specified folder should be listed. Set the <strong>\/AD<\/strong> flag to denote that only the FOLDERS should be listed without the file names that are contained inside. The command lists the folders, but the output is not very readable. Furthermore, the UNICODE folder names are not listed properly and question marks are printed instead. So if you need to print non-Latin file names this may not be a proper solution for you.<\/p>\n<div id=\"attachment_1197\" style=\"width: 538px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/PrintingFolderCommandLine.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1197\" class=\"wp-image-1197 size-full\" src=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/PrintingFolderCommandLine.png\" alt=\"Print folder structure using command line example\" width=\"528\" height=\"669\" srcset=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/PrintingFolderCommandLine.png 528w, https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/PrintingFolderCommandLine-237x300.png 237w\" sizes=\"auto, (max-width: 528px) 100vw, 528px\" \/><\/a><p id=\"caption-attachment-1197\" class=\"wp-caption-text\">Command Line Print Folder<\/p><\/div>\n<p>You can extend the same command to print the content of the folder and all its sub-folders to a text file instead of listing them in the console:<\/p>\n<blockquote><p><strong>dir \/s \/AD unicode &gt; FoldersList.txt<\/strong><\/p><\/blockquote>\n<p>Execute the modified command and the results will be saved in a file named <strong>FoldersList.txt<\/strong> which is stored in the same folder. The file is in text format hence you can load it in Notepad or Word to print it.<\/p>\n<h2 id=\"p3\">3. Print Folder Tree From Command Line Using The &#8220;Tree&#8221; Command<\/h2>\n<p>Another much better solution for printing the folders is to use the <strong>Tree<\/strong> command. Modify the command as follows:<\/p>\n<blockquote><p><strong>tree unicode &gt; FoldersList.txt \/A \/F<\/strong><\/p><\/blockquote>\n<div id=\"attachment_1206\" style=\"width: 532px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/PrintingFolderCommandLineTree.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1206\" class=\"wp-image-1206 size-full\" src=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/PrintingFolderCommandLineTree.png\" alt=\"Print folder hierarchy using Tree command example screenshot.\" width=\"522\" height=\"845\" srcset=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/PrintingFolderCommandLineTree.png 522w, https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/PrintingFolderCommandLineTree-185x300.png 185w\" sizes=\"auto, (max-width: 522px) 100vw, 522px\" \/><\/a><p id=\"caption-attachment-1206\" class=\"wp-caption-text\">How to Print Folder Contents Easily with Tree Command.<\/p><\/div>\n<p>As a result, the list is much better and the folder structure is easy to understand. Similar to the last command, Unicode symbols are replaced with question marks. If you do not use non-Latin symbols, these are simple ways to <a href=\"https:\/\/www.mindgems.com\/article\/print-directory\/\" target=\"_blank\" rel=\"noopener\">print directory<\/a> listings.<\/p>\n<h2 id=\"p4\">4. Print Directories Using the Folder Size Application<\/h2>\n<p><a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\">Folder Size<\/a> is a powerful tool that can list all folder and file sizes on your computer or network. It handles all the issues we encountered with the command-line methods above &#8211; including Unicode support, structured output, and the ability to export or print results in multiple formats. Folder Size is available for free, with printing features available in the licensed version. You can use the free version to visualize disk space distribution and locate large unused files using clear charts and sortable file lists.<\/p>\n<div style=\"width: 985px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full\" src=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/images\/screenshots\/FolderSize-Pie.png\" alt=\"Print Folders\" width=\"975\" height=\"686\" \/><\/a><p class=\"wp-caption-text\">Print Folders Using Folder Size<\/p><\/div>\n<h2 id=\"p5\">5. Steps to Print Folders<\/h2>\n<ol>\n<li>Use the scan buttons or file menu to scan the desired folder or drive. The tool can scan network locations and external drives too.<\/li>\n<li>Right-click the desired folder and click &#8220;Expand All Subfolders&#8221;. There are filtering options and an option to remove a folder from the tree, so you can adjust the results to print only the data you need.<\/li>\n<li>Click File &gt; Print Folder Tree.<\/li>\n<li>This will display the Print Preview window where you can apply modifications to how the printed folders will look.\n<p><div id=\"attachment_1199\" style=\"width: 684px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/Print-Folders.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1199\" class=\"size-full wp-image-1199\" src=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/Print-Folders.png\" alt=\"Print Folders\" width=\"674\" height=\"532\" srcset=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/Print-Folders.png 674w, https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/Print-Folders-300x237.png 300w, https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/Print-Folders-624x493.png 624w\" sizes=\"auto, (max-width: 674px) 100vw, 674px\" \/><\/a><p id=\"caption-attachment-1199\" class=\"wp-caption-text\">Print Folders Using Folder Size<\/p><\/div><\/li>\n<li>If the folder tree is too large to fit on a single page horizontally, the application will automatically distribute it across multiple pages. There is also an option to limit output to a single horizontal page.<\/li>\n<li>Tweak the options as needed and save the result as a PPV file, PDF, or multi-page TIFF, or print directly to paper.<\/li>\n<\/ol>\n<h2 id=\"p6\">6. Export and Print Folders as CSV, XLS, or TXT File<\/h2>\n<p>Folder Size provides robust features for printing folder contents, but if you need extra formatting or want to apply custom changes to the list, exporting is the better option. You can then edit the results in <a href=\"https:\/\/www.microsoft.com\/en-us\/microsoft-365\/excel\">Microsoft Excel<\/a> or any text editor.<\/p>\n<p>There are multiple export options available in Folder Size. It can export folders, files, or a combination of both. Charts can also be exported as images.<\/p>\n<p>Use &#8220;Export As&#8230;&#8221; to export all data listed in the application, including both files and folders. If you do not need the file list, you can disable it in settings before running a scan. You can also limit the scan depth to a specific folder level if needed.<\/p>\n<p>&#8220;Export Details View&#8230;&#8221; will export the list shown on the right side of the application. It includes all files and folders inside the currently selected folder from the tree view on the left. You can configure the details view to list the largest files, largest folders, oldest and newest items, or entries with the longest paths.<\/p>\n<div style=\"width: 403px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full\" src=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/images\/screenshots\/filter.png\" alt=\"Folders List and Files List Filtering\" width=\"393\" height=\"330\" \/><p class=\"wp-caption-text\">Folders List and Files List Filtering<\/p><\/div>\n<p>The filtering options &#8211; covering folder and file name, size, date, attributes, and other file properties &#8211; make the combinations and possibilities practically unlimited.<\/p>\n<h2 id=\"p7\">7. Save Folders and Files Snapshot<\/h2>\n<p>Another useful feature of Folder Size is the ability to save all scanned data in an internal project file. Project files are compact and internally compressed, capable of storing information for millions of files without taking up significant disk space.<\/p>\n<p>Since file and folder structures change constantly, you can capture the current state of a drive in a project file and print it later at your convenience. You can also filter the tree before saving, so the project file contains only the folders and files you actually need.<\/p>\n<p>Project files are also useful for cataloging folder structures over time or monitoring changes to the file system. Because they include file and folder size data, they make it easy to spot folders that are growing unusually fast.<\/p>\n<h2 id=\"p8\">8. Print Folder Using JR Directory Printer<\/h2>\n<p>The free JR Directory Printer utility allows you to print a listing of every file contained within a directory and its subdirectories.<\/p>\n<div id=\"attachment_2664\" style=\"width: 418px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2022\/12\/JDirPrint.webp\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-2664\" class=\"wp-image-2664 size-full\" src=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2022\/12\/JDirPrint.webp\" alt=\"JR Directory Printer - Print Folders\" width=\"408\" height=\"286\" srcset=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2022\/12\/JDirPrint.webp 408w, https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2022\/12\/JDirPrint-300x210.webp 300w\" sizes=\"auto, (max-width: 408px) 100vw, 408px\" \/><\/a><p id=\"caption-attachment-2664\" class=\"wp-caption-text\">JR Directory Printer<\/p><\/div>\n<p>The tool creates a file called &#8220;dirprint.txt&#8221; containing the folder and file list and automatically opens it in Notepad. Every time you click &#8220;Start&#8221;, the file is recreated in the JR Directory Printer installation folder.<\/p>\n<h3>Print Folder Options:<\/h3>\n<p>Check the <strong>Recurse Sub-directories<\/strong> option to see a complete list of all subdirectories and all files within them.<\/p>\n<p>The <strong>Lowercase Filename<\/strong> option forces all file names into lowercase regardless of their actual casing.<\/p>\n<p>The <strong>DOS Style Filename<\/strong> option limits file name length to 8 characters.<\/p>\n<p><strong>Display Sub-directories<\/strong> lists all subdirectories under the selected folder along with files in the root directory only &#8211; it does not recurse into subdirectories. To get a complete recursive list, enable the Recurse Sub-directories option instead.<\/p>\n<div id=\"attachment_2665\" style=\"width: 761px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2022\/12\/JDirPrint-Settings.webp\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-2665\" class=\"wp-image-2665 size-full\" src=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2022\/12\/JDirPrint-Settings.webp\" alt=\"JR Directory Printer Options - Print Folders\" width=\"751\" height=\"539\" srcset=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2022\/12\/JDirPrint-Settings.webp 751w, https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2022\/12\/JDirPrint-Settings-300x215.webp 300w, https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2022\/12\/JDirPrint-Settings-624x448.webp 624w\" sizes=\"auto, (max-width: 751px) 100vw, 751px\" \/><\/a><p id=\"caption-attachment-2665\" class=\"wp-caption-text\">JR Directory Printer Options<\/p><\/div>\n<p>You can limit the length of file names so they fit properly in the list &#8211; the default is 35 characters. The Display Size, DateTime, and Attributes options let you include or exclude file size, modification date, and file attributes (a &#8211; Archive, r &#8211; Read Only, s &#8211; System, h &#8211; Hidden).<\/p>\n<p><a href=\"http:\/\/www.spadixbd.com\/freetools\/jdirprint.htm\">Download JR Directory Printer<\/a><\/p>\n<h2 id=\"p9\">9. Print Folder Contents Using Windows PowerShell<\/h2>\n<p>When you need to print folder contents in Windows, PowerShell is one of the most flexible methods available. Unlike the built-in options, PowerShell lets you generate a complete list of files and subfolders, export them in a structured format, and print or share the results. This method is especially useful for folders containing hundreds or thousands of files, deeply nested subdirectories, or when you need to include additional details such as file sizes, creation dates, or full paths.<\/p>\n<h3>Step 1: Open Windows PowerShell<\/h3>\n<p>Press <code>Win + X<\/code> and select <strong>Windows PowerShell<\/strong> or <strong>Windows PowerShell (Admin)<\/strong>. Running as administrator ensures you have the necessary permissions for all folders.<\/p>\n<h3>Step 2: Navigate to Your Folder<\/h3>\n<p>Use the <code>cd<\/code> command to navigate to the target folder:<br \/>\n<code>cd \"C:\\Users\\YourUsername\\Documents\\TargetFolder\"<\/code><\/p>\n<h3>Step 3: Export Folder Contents<\/h3>\n<p>To generate a complete list of all files and subfolders, run:<br \/>\n<code>Get-ChildItem -Recurse | Select-Object FullName | Export-Csv -Path \"C:\\Users\\YourUsername\\Documents\\folder_contents.csv\" -NoTypeInformation<\/code><br \/>\nHere is what each part does:<\/p>\n<ul>\n<li><strong>Get-ChildItem -Recurse<\/strong> &#8211; retrieves all files and subfolders recursively.<\/li>\n<li><strong>Select-Object FullName<\/strong> &#8211; selects the full path of each item.<\/li>\n<li><strong>Export-Csv<\/strong> &#8211; saves the output to a CSV file.<\/li>\n<li><strong>-NoTypeInformation<\/strong> &#8211; removes the type header line from the CSV output.<\/li>\n<\/ul>\n<h3>Step 4: Open and Print the CSV File<\/h3>\n<p>Navigate to where you saved the CSV file and open it in Microsoft Excel, LibreOffice Calc, or a text editor. Format the list as needed and print directly from there.<\/p>\n<p>PowerShell handles large folders automatically, supports nested directories, and produces output that can be saved as CSV, text, or HTML. It is a solid option for IT professionals or anyone who needs a reproducible, scriptable way to document folder contents.<\/p>\n<h2>Final Thoughts<\/h2>\n<p>Each method in this guide has its place depending on what you need. Screenshots work for quick, small captures. The CMD and PowerShell methods are free and flexible but require some technical comfort. JR Directory Printer is a simple free option for basic file lists.<\/p>\n<p>For the most complete solution &#8211; especially if you need to print large folder trees, export structured data, or handle Unicode paths reliably &#8211; <a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\">Folder Size<\/a> is the tool we recommend. The free version already gives you full disk space visualization and sortable file lists. The licensed version unlocks folder printing, PDF export, and network scanning, making it the most capable option on this list for serious folder management tasks.<\/p>\n<p>Did you discover an easier way to print folder trees or file lists? Share it in the comments below &#8211; we would be glad to hear your solutions.<\/p>\n<section id=\"faq\">\n<h2>Frequently Asked Questions About Printing Folders in Windows<\/h2>\n<div class=\"faq-item\">\n<div class=\"faq-question\">What is the easiest way to print a folder list in Windows?<\/div>\n<div class=\"faq-answer\"><strong>The easiest way is to use <a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\">Folder Size<\/a>.<\/strong> It provides a dedicated Print Folder Tree feature with a full print preview, PDF export, and multi-page support &#8211; no command-line knowledge required. The free version is sufficient for visualizing your folder structure, while the licensed version unlocks printing and export features.<\/div>\n<\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">Can I print a folder list without installing any software?<\/div>\n<div class=\"faq-answer\"><strong>Yes.<\/strong> Windows includes two built-in command-line methods for printing folder contents &#8211; the DIR command and the Tree command. Both work from the Command Prompt without any additional software. However, they have limitations with Unicode file names and produce plain text output with no formatting options. For a more readable and customizable result, <a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\">Folder Size<\/a> is the better choice.<\/div>\n<\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">How do I print a folder tree with subfolders in Windows?<\/div>\n<div class=\"faq-answer\">You can use the Tree command in Command Prompt to generate a visual folder tree and save it to a text file. Open CMD, navigate to your target folder, and run: <strong>tree &gt; FoldersList.txt \/A \/F<\/strong>. For a more structured and printable result with full subfolder support and formatting options, use <a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\">Folder Size<\/a>, which can expand all subfolders and print or export the entire tree in one step.<\/div>\n<\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">How do I export a folder list to Excel or CSV?<\/div>\n<div class=\"faq-answer\"><strong><a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\">Folder Size<\/a> is the most straightforward way to export a folder list to CSV, XLS, or TXT.<\/strong> Use the Export As option to export all files and folders, or use Export Details View to export the contents of a specific folder. You can then open the exported file in Microsoft Excel for further formatting and printing. PowerShell is a free alternative that can also export folder contents to CSV using the Get-ChildItem command.<\/div>\n<\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">Can I print a folder list to PDF?<\/div>\n<div class=\"faq-answer\"><strong>Yes.<\/strong> <a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\">Folder Size<\/a> can save folder trees directly as PDF files from the Print Preview window. This is the most convenient option if you need a portable, shareable document of your folder structure. Alternatively, you can export to CSV using PowerShell or the DIR command and then print to PDF from Excel or a text editor.<\/div>\n<\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">How do I print folder contents including file sizes and dates?<\/div>\n<div class=\"faq-answer\"><a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\">Folder Size<\/a> includes file size, folder size, and date information in its printed and exported output. You can configure the Details View to show the largest files, newest or oldest items, and longest paths before exporting. The DIR command in CMD also lists file sizes and dates by default, though the output is less structured and harder to print cleanly.<\/div>\n<\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">Can I print folder contents from a network drive or external hard drive?<\/div>\n<div class=\"faq-answer\"><strong>Yes.<\/strong> <a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\">Folder Size<\/a> supports scanning and printing folder structures from local drives, external hard drives, USB devices, and network locations. The CMD and PowerShell methods also work with mapped network drives and external storage, as long as you navigate to the correct path before running the command.<\/div>\n<\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">How do I save a snapshot of my folder structure to print later?<\/div>\n<div class=\"faq-answer\"><a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\">Folder Size<\/a> can save the entire scanned folder structure as a compact project file that you can open and print at any time. This is useful when you need to document the current state of a drive or folder and print it later without rescanning. Project files are internally compressed and can store information for millions of files without taking up much disk space.<\/div>\n<\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">Does printing a folder list work with non-Latin or Unicode file names?<\/div>\n<div class=\"faq-answer\">The built-in CMD methods &#8211; DIR and Tree &#8211; do not handle Unicode file names correctly and display question marks instead of the actual characters. PowerShell handles Unicode better but requires additional configuration. <a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\">Folder Size<\/a> is the most reliable option for printing folder lists that contain non-Latin characters, accented letters, or special symbols.<\/div>\n<\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">Is there a free way to print folder contents in Windows?<\/div>\n<div class=\"faq-answer\"><strong>Yes &#8211; several.<\/strong> The DIR and Tree commands built into Windows CMD are completely free. JR Directory Printer is a free third-party utility for generating file and folder lists. PowerShell is also free and built into Windows. <a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\">Folder Size<\/a> offers a free version for disk space visualization and folder browsing, with printing and export features available in the licensed version.<\/div>\n<\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">How do I print only folder names without file names?<\/div>\n<div class=\"faq-answer\">In Command Prompt, use the <strong>\/AD<\/strong> flag with the DIR command: <strong>dir \/s \/AD &gt; FoldersList.txt<\/strong>. This lists only folder names and excludes individual files. In <a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\">Folder Size<\/a>, you can disable the file list in settings before scanning so that only the folder tree is included in the printed or exported output.<\/div>\n<\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">Can I print a folder list on multiple pages if the tree is very large?<\/div>\n<div class=\"faq-answer\"><strong>Yes.<\/strong> <a href=\"https:\/\/www.mindgems.com\/products\/Folder-Size\/Folder-Size.html\">Folder Size<\/a> automatically distributes large folder trees across multiple pages when printing, both vertically and horizontally. There is also an option to limit the output to a single horizontal page if you prefer a more compact layout. CMD and PowerShell output can be printed across multiple pages from any text editor or spreadsheet application.<\/div>\n<\/div>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the easiest way to print a folder list in Windows?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The easiest way is to use Folder Size. It provides a dedicated Print Folder Tree feature with a full print preview, PDF export, and multi-page support - no command-line knowledge required. The free version is sufficient for visualizing your folder structure, while the licensed version unlocks printing and export features.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I print a folder list without installing any software?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Windows includes two built-in command-line methods for printing folder contents - the DIR command and the Tree command. Both work from the Command Prompt without any additional software. However, they have limitations with Unicode file names and produce plain text output with no formatting options.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I print a folder tree with subfolders in Windows?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"You can use the Tree command in Command Prompt to generate a visual folder tree and save it to a text file. Open CMD, navigate to your target folder, and run: tree > FoldersList.txt \/A \/F. For a more structured and printable result with full subfolder support and formatting options, use Folder Size, which can expand all subfolders and print or export the entire tree in one step.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I export a folder list to Excel or CSV?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Folder Size is the most straightforward way to export a folder list to CSV, XLS, or TXT. Use the Export As option to export all files and folders, or use Export Details View to export the contents of a specific folder. You can then open the exported file in Microsoft Excel for further formatting and printing. PowerShell is a free alternative that can also export folder contents to CSV using the Get-ChildItem command.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I print a folder list to PDF?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Folder Size can save folder trees directly as PDF files from the Print Preview window. This is the most convenient option if you need a portable, shareable document of your folder structure. Alternatively, you can export to CSV using PowerShell or the DIR command and then print to PDF from Excel or a text editor.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I print folder contents including file sizes and dates?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Folder Size includes file size, folder size, and date information in its printed and exported output. You can configure the Details View to show the largest files, newest or oldest items, and longest paths before exporting. The DIR command in CMD also lists file sizes and dates by default, though the output is less structured and harder to print cleanly.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I print folder contents from a network drive or external hard drive?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Folder Size supports scanning and printing folder structures from local drives, external hard drives, USB devices, and network locations. The CMD and PowerShell methods also work with mapped network drives and external storage, as long as you navigate to the correct path before running the command.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I save a snapshot of my folder structure to print later?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Folder Size can save the entire scanned folder structure as a compact project file that you can open and print at any time. This is useful when you need to document the current state of a drive or folder and print it later without rescanning. Project files are internally compressed and can store information for millions of files without taking up much disk space.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does printing a folder list work with non-Latin or Unicode file names?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The built-in CMD methods - DIR and Tree - do not handle Unicode file names correctly and display question marks instead of the actual characters. PowerShell handles Unicode better but requires additional configuration. Folder Size is the most reliable option for printing folder lists that contain non-Latin characters, accented letters, or special symbols.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is there a free way to print folder contents in Windows?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes - several. The DIR and Tree commands built into Windows CMD are completely free. JR Directory Printer is a free third-party utility for generating file and folder lists. PowerShell is also free and built into Windows. Folder Size offers a free version for disk space visualization and folder browsing, with printing and export features available in the licensed version.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I print only folder names without file names?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"In Command Prompt, use the \/AD flag with the DIR command: dir \/s \/AD > FoldersList.txt. This lists only folder names and excludes individual files. In Folder Size, you can disable the file list in settings before scanning so that only the folder tree is included in the printed or exported output.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I print a folder list on multiple pages if the tree is very large?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Folder Size automatically distributes large folder trees across multiple pages when printing, both vertically and horizontally. There is also an option to limit the output to a single horizontal page if you prefer a more compact layout. CMD and PowerShell output can be printed across multiple pages from any text editor or spreadsheet application.\"\n      }\n    }\n  ]\n}\n<\/script><br \/>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>We have provided a list of the best ways to print folder and directory content in Windows easily. Use these tips to customize the way the printed folders are displayed and structured.<\/p>\n","protected":false},"author":3,"featured_media":1210,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1049,4,722],"tags":[],"class_list":["post-1193","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-featured-posts","category-folder-size","category-software-related-information"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Top 9 Ways to Print Folder and Directory Contents in 2026<\/title>\n<meta name=\"description\" content=\"Need to print a folder list in Windows? We cover 9 free methods - from built-in commands to dedicated tools - to print any folder structure.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Top 9 Ways to Print Folder and Directory Contents in 2026\" \/>\n<meta property=\"og:description\" content=\"Need to print a folder list in Windows? We cover 9 free methods - from built-in commands to dedicated tools - to print any folder structure.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/\" \/>\n<meta property=\"og:site_name\" content=\"MindGems\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/MindGemsInc\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/people\/Jack-Taylor\/pfbid0vKdAbxsgfZ6sui9mFjiSXwSGj1oRaMHbrESmiyJyPAU4jsvFxjpdQL5k36cW2yF6l\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-12T10:22:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-13T09:19:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/print-folders.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1805\" \/>\n\t<meta property=\"og:image:height\" content=\"1200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Jack Taylor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@mindgemsinc\" \/>\n<meta name=\"twitter:site\" content=\"@mindgemsinc\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jack Taylor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/print-folder-how-to-print-folders-list\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/print-folder-how-to-print-folders-list\\\/\"},\"author\":{\"name\":\"Jack Taylor\",\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/#\\\/schema\\\/person\\\/d6e96fccd94d29dacaff6f2dca2b8b7a\"},\"headline\":\"Top 9 Ways to Print Folder and Directory Contents in 2026\",\"datePublished\":\"2026-06-12T10:22:09+00:00\",\"dateModified\":\"2026-06-13T09:19:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/print-folder-how-to-print-folders-list\\\/\"},\"wordCount\":2752,\"commentCount\":9,\"publisher\":{\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/print-folder-how-to-print-folders-list\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/print-folders.webp\",\"articleSection\":[\"Featured Posts\",\"Folder Size\",\"Information &amp; Reviews\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.mindgems.com\\\/article\\\/print-folder-how-to-print-folders-list\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/print-folder-how-to-print-folders-list\\\/\",\"url\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/print-folder-how-to-print-folders-list\\\/\",\"name\":\"Top 9 Ways to Print Folder and Directory Contents in 2026\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/print-folder-how-to-print-folders-list\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/print-folder-how-to-print-folders-list\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/print-folders.webp\",\"datePublished\":\"2026-06-12T10:22:09+00:00\",\"dateModified\":\"2026-06-13T09:19:37+00:00\",\"description\":\"Need to print a folder list in Windows? We cover 9 free methods - from built-in commands to dedicated tools - to print any folder structure.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/print-folder-how-to-print-folders-list\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mindgems.com\\\/article\\\/print-folder-how-to-print-folders-list\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/print-folder-how-to-print-folders-list\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/print-folders.webp\",\"contentUrl\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/print-folders.webp\",\"width\":1805,\"height\":1200,\"caption\":\"Print Folders\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/print-folder-how-to-print-folders-list\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Top 9 Ways to Print Folder and Directory Contents in 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/#website\",\"url\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/\",\"name\":\"MindGems\",\"description\":\"Windows Software Tips, Tutorials &amp; Reviews\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/#organization\",\"name\":\"MindGems\",\"url\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/logo.webp\",\"contentUrl\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/logo.webp\",\"width\":1024,\"height\":1024,\"caption\":\"MindGems\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/MindGemsInc\\\/\",\"https:\\\/\\\/x.com\\\/mindgemsinc\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.mindgems.com\\\/article\\\/#\\\/schema\\\/person\\\/d6e96fccd94d29dacaff6f2dca2b8b7a\",\"name\":\"Jack Taylor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d9bfc12a82e6b9108b5ddfb84ad5f3de0fdf8ccafb5de03cf860b9c41629d2fb?s=96&d=wavatar&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d9bfc12a82e6b9108b5ddfb84ad5f3de0fdf8ccafb5de03cf860b9c41629d2fb?s=96&d=wavatar&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d9bfc12a82e6b9108b5ddfb84ad5f3de0fdf8ccafb5de03cf860b9c41629d2fb?s=96&d=wavatar&r=g\",\"caption\":\"Jack Taylor\"},\"description\":\"Software Expert &amp; Technology Writer Jack Taylor is an IT professional and technology writer with over 20 years of experience in cybersecurity, enterprise infrastructure, storage technologies, and software optimization. He focuses on making complex technical topics easy to understand through practical guides, software reviews, and real-world troubleshooting advice.\",\"sameAs\":[\"https:\\\/\\\/www.mindgems.com\",\"https:\\\/\\\/www.facebook.com\\\/people\\\/Jack-Taylor\\\/pfbid0vKdAbxsgfZ6sui9mFjiSXwSGj1oRaMHbrESmiyJyPAU4jsvFxjpdQL5k36cW2yF6l\\\/\",\"www.linkedin.com\\\/in\\\/dr-jack-taylor\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Top 9 Ways to Print Folder and Directory Contents in 2026","description":"Need to print a folder list in Windows? We cover 9 free methods - from built-in commands to dedicated tools - to print any folder structure.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/","og_locale":"en_US","og_type":"article","og_title":"Top 9 Ways to Print Folder and Directory Contents in 2026","og_description":"Need to print a folder list in Windows? We cover 9 free methods - from built-in commands to dedicated tools - to print any folder structure.","og_url":"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/","og_site_name":"MindGems","article_publisher":"https:\/\/www.facebook.com\/MindGemsInc\/","article_author":"https:\/\/www.facebook.com\/people\/Jack-Taylor\/pfbid0vKdAbxsgfZ6sui9mFjiSXwSGj1oRaMHbrESmiyJyPAU4jsvFxjpdQL5k36cW2yF6l\/","article_published_time":"2026-06-12T10:22:09+00:00","article_modified_time":"2026-06-13T09:19:37+00:00","og_image":[{"width":1805,"height":1200,"url":"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/print-folders.webp","type":"image\/webp"}],"author":"Jack Taylor","twitter_card":"summary_large_image","twitter_creator":"@mindgemsinc","twitter_site":"@mindgemsinc","twitter_misc":{"Written by":"Jack Taylor","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/#article","isPartOf":{"@id":"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/"},"author":{"name":"Jack Taylor","@id":"https:\/\/www.mindgems.com\/article\/#\/schema\/person\/d6e96fccd94d29dacaff6f2dca2b8b7a"},"headline":"Top 9 Ways to Print Folder and Directory Contents in 2026","datePublished":"2026-06-12T10:22:09+00:00","dateModified":"2026-06-13T09:19:37+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/"},"wordCount":2752,"commentCount":9,"publisher":{"@id":"https:\/\/www.mindgems.com\/article\/#organization"},"image":{"@id":"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/print-folders.webp","articleSection":["Featured Posts","Folder Size","Information &amp; Reviews"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/","url":"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/","name":"Top 9 Ways to Print Folder and Directory Contents in 2026","isPartOf":{"@id":"https:\/\/www.mindgems.com\/article\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/#primaryimage"},"image":{"@id":"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/print-folders.webp","datePublished":"2026-06-12T10:22:09+00:00","dateModified":"2026-06-13T09:19:37+00:00","description":"Need to print a folder list in Windows? We cover 9 free methods - from built-in commands to dedicated tools - to print any folder structure.","breadcrumb":{"@id":"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/#primaryimage","url":"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/print-folders.webp","contentUrl":"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2019\/10\/print-folders.webp","width":1805,"height":1200,"caption":"Print Folders"},{"@type":"BreadcrumbList","@id":"https:\/\/www.mindgems.com\/article\/print-folder-how-to-print-folders-list\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mindgems.com\/article\/"},{"@type":"ListItem","position":2,"name":"Top 9 Ways to Print Folder and Directory Contents in 2026"}]},{"@type":"WebSite","@id":"https:\/\/www.mindgems.com\/article\/#website","url":"https:\/\/www.mindgems.com\/article\/","name":"MindGems","description":"Windows Software Tips, Tutorials &amp; Reviews","publisher":{"@id":"https:\/\/www.mindgems.com\/article\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mindgems.com\/article\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mindgems.com\/article\/#organization","name":"MindGems","url":"https:\/\/www.mindgems.com\/article\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mindgems.com\/article\/#\/schema\/logo\/image\/","url":"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2025\/11\/logo.webp","contentUrl":"https:\/\/www.mindgems.com\/article\/wp-content\/uploads\/2025\/11\/logo.webp","width":1024,"height":1024,"caption":"MindGems"},"image":{"@id":"https:\/\/www.mindgems.com\/article\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/MindGemsInc\/","https:\/\/x.com\/mindgemsinc"]},{"@type":"Person","@id":"https:\/\/www.mindgems.com\/article\/#\/schema\/person\/d6e96fccd94d29dacaff6f2dca2b8b7a","name":"Jack Taylor","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d9bfc12a82e6b9108b5ddfb84ad5f3de0fdf8ccafb5de03cf860b9c41629d2fb?s=96&d=wavatar&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d9bfc12a82e6b9108b5ddfb84ad5f3de0fdf8ccafb5de03cf860b9c41629d2fb?s=96&d=wavatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d9bfc12a82e6b9108b5ddfb84ad5f3de0fdf8ccafb5de03cf860b9c41629d2fb?s=96&d=wavatar&r=g","caption":"Jack Taylor"},"description":"Software Expert &amp; Technology Writer Jack Taylor is an IT professional and technology writer with over 20 years of experience in cybersecurity, enterprise infrastructure, storage technologies, and software optimization. He focuses on making complex technical topics easy to understand through practical guides, software reviews, and real-world troubleshooting advice.","sameAs":["https:\/\/www.mindgems.com","https:\/\/www.facebook.com\/people\/Jack-Taylor\/pfbid0vKdAbxsgfZ6sui9mFjiSXwSGj1oRaMHbrESmiyJyPAU4jsvFxjpdQL5k36cW2yF6l\/","www.linkedin.com\/in\/dr-jack-taylor"]}]}},"_links":{"self":[{"href":"https:\/\/www.mindgems.com\/article\/wp-json\/wp\/v2\/posts\/1193","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mindgems.com\/article\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mindgems.com\/article\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mindgems.com\/article\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mindgems.com\/article\/wp-json\/wp\/v2\/comments?post=1193"}],"version-history":[{"count":7,"href":"https:\/\/www.mindgems.com\/article\/wp-json\/wp\/v2\/posts\/1193\/revisions"}],"predecessor-version":[{"id":4450,"href":"https:\/\/www.mindgems.com\/article\/wp-json\/wp\/v2\/posts\/1193\/revisions\/4450"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mindgems.com\/article\/wp-json\/wp\/v2\/media\/1210"}],"wp:attachment":[{"href":"https:\/\/www.mindgems.com\/article\/wp-json\/wp\/v2\/media?parent=1193"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mindgems.com\/article\/wp-json\/wp\/v2\/categories?post=1193"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mindgems.com\/article\/wp-json\/wp\/v2\/tags?post=1193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}