Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 651337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T22:09:06+00:00 2026-05-13T22:09:06+00:00

I have a very complex web app project I want to re-structure. Naturally, it

  • 0

I have a very complex web app project I want to re-structure. Naturally, it consists of a considerable number of folders and sub-folders. I have a huge piece of paper ready to sketch a new structure on.

Now, I need paper printouts of the projects. Some directories I need in full detail including their files – the /library directory for example that contains core parts of the engine. Other directories, I need in much less detail, with just the sub-directories, or not even that.

I am on Windows and can use the tree command but that only gives me a full listing of the whole structure I then have to clean up by hand. I would much rather have a tool which I tell which directories I need in which depth, and in which I can save those settings.

Does anybody happen to know such a tool?

Edit: I have kind of sorted it out using the tree command, deleting the entries manually. To get what I wanted I would probably have to write a script of my own, which I can’t do right now. Any hints are still welcome.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T22:09:06+00:00Added an answer on May 13, 2026 at 10:09 pm

    I would use a bit of Powershell code for this
    Take a look at this example and look at the help page for getChilItems (gci).
    You can specify files to include and files not to include.

    $DllFiles = gci “C:\Windows\System32” -recurse | ? {$_.extension -eq “.exe”}
    Foreach ($Dll in $DllFiles) {
    $Dll.name + “t " + $DLL.CreationTime + "t ” + $Dll.Length
    $i++
    }
    Write-Host The total number of files is: $i

    Here is an example of the exclude parameter
    Get-ChildItem c:\scripts*.* -exclude .txt,.log
    there is also an include parameter is that fits your needs better.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an idea for a web-based service. The implementation is very complex. There
I have an ASP.NET/C# web app and I want to add the capability to
I'm debugging web app, which produces very complex bean as result of form, and
My question is very simple: In an averagely complex web request, usually we have
I have a very complex controller with a very complex set of views and
Subject: Migrating very complex, legacy client-server application to SAS enabled web-version using NOSQL We
I have a desktop C# app that I want to split into two parts
Is there any IDE for desktop or web app, for create complex animations in
Recently I got requests from potential clients for very complex web applications. They wanted
Possible Duplicate: Can anyone recommend a simple Java web-app framework? I want to know

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.