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 8430383
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T05:35:03+00:00 2026-06-10T05:35:03+00:00

I am developing a web application that will manage directories and files through its

  • 0

I am developing a web application that will manage directories and files through its web interface.

Developing a web interface is one part, and it is in advanced progress. However, I start thinking, how should I develop the server application, that will manage the files and directories based on user input.

The client will be created using standard tools:

  1. HTML5
  2. CSS3
  3. JavaScript
  4. PHP – Despite it is server side application, it will be responsible mostly for Dynamic Websites
  5. MySQL – Despite it is server side application, it will be responsible mostly for keeping information about users, their settings, etc..

Would you advise me please, what would be a server-side programming language of choice to manage server-side file system? Is there any API available, that will allow me to do exactly what I wish? Is it possible to manage the server-side file system in server-side JavaScript, or should I chose another tool? Server-side JavaScript comes to my mind as a logical chocie, as I use it for the client side as well.

This is what I wish to achieve:

  • To create new directories and files
  • To delete directories and files
  • To track the directory and file size
  • To move files between directories
  • To provide content of the directories and subdirectories

Ideally, the solution should be platform independent and should work on both, Linux Ubuntu and Windows Server OS.

I understand that my question is a bit broad. I would be thankful, if you point me to the right direction, which technologies to start studying, to be able to accomplish the above mentioned.

Thank you.

  • 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-06-10T05:35:04+00:00Added an answer on June 10, 2026 at 5:35 am

    You already have a very capable serverside language in your list. PHP.

    PHP can do all of the things you listed above… and a few you didn’t list as well 🙂

    To create new directories and files

    New files can be created with the touch() function, and new directories with the [mkdir()](http://php.net/manual/en/function.mkdir.php function.

    To delete directories and files

    Deletion is done with rmdir() and unlink().

    To track the directory and file size

    File sizes can be monitored using the filesize() function. Couldn’t find a native folder size function but this Stack Overflow post may be useful – https://stackoverflow.com/a/478161/558021

    To move files between directories

    Moving files and directories can be accomplished by using the rename() function.

    To provide content of the directories and subdirectories

    One of the functions PHP gives us to scan folders is called glob() it glob – it allows you to find pathnames matching a pattern, so if you give it a wildcard character * it will find all the files in a certain location.

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

Sidebar

Related Questions

I am developing a single web application that will dynamically change its content depending
I'm developing a web application that will interact with google APIs. Since the only
I am designing/developing a web application that will ultimately deploy as a WAR to
I'm developing a Web application that will let users upload images. My concern is
We have plans of developing a web application that will have to communicate with
Greetings friends, I am developing a web application that will allow the customer to
Background: We are developing a web application that includes charts. Currently one can left-click
I am developing a web application that will redirect users to an outside web
I'm developing a web application that will need to be localized to English and
I'm developing a web application that will use a google spreadsheet as a database.

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.