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

  • SEARCH
  • Home
  • 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 7001735
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:50:27+00:00 2026-05-27T20:50:27+00:00

I have created an online filesystem, based on php without using databases. It works

  • 0

I have created an online filesystem, based on php without using databases. It works well but there is one point annoying me:

Whenever I edit, move, rename files in a folder, only the direct parent (folder) gets a date (last edit) change. All other folders earlier in the tree keep their edit date…

Is there any way to make this last edit possible without editing each of the folders (which would mean a loss of performance for sure).

Im aware that a database solution would be nice, but the success of our file system is in the simplicity (no db required right now).

Thanks for your tips!

  • 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-27T20:50:28+00:00Added an answer on May 27, 2026 at 8:50 pm

    I am guessing that the files and directories in your “online”/virtual filesystem correspond one-to-one with files and directories in the underlying (server’s) filesystem.

    Normal POSIX filesystem semantics are that a directory’s mtime is only updated when files are added, removed, or renamed in the directory. Making such a change in a directory does not cause an mtime change in any parent directories. Editing a file inside a directory also doesn’t change the mtime of the directory, only the mtime of the file itself. (You did mention in your question that editing a file in a directory does cause the parent directory’s modification time to be updated, but I think that’s probably because you edit files by making a new copy and renaming it over the original.)

    If you want the modification time of parent directories to change as well, and you want to record that information in the filesystem itself, you’re doing to have to do it by manually touching each parent directory all the way up to the root. It’s probably not going to be a big performance killer: you can use the touch function which should amount to more or less just a single utime system call per directory.

    -Phil

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

Sidebar

Related Questions

I have created a custom class from a tutorial online. It works fine, but
I am creating timed online test in C# asp.net. I have created it using
I have created online exam application (web based) in asp.net c#. In my application
I have created (using an online example) a custom binding and I'm trying to
I have created an online magazine (that I hope will take off someday) using
I have a created an online radio station using icecast2 and edcast.... When i
I have created a custom dialog for Visual Studio Setup Project using the steps
I have created a PHP-script to update a web server that is live inside
I have created a C# class file by using a XSD-file as an input.
I have created a php file I want to run every day at 8am

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.