H
H
hulktoster2020-05-22 12:32:35
Web development
hulktoster, 2020-05-22 12:32:35

How can you find out in which project folder a new file appeared after actions in the admin panel if there are hundreds or even thousands of folders?

I study one CMS. The CMS itself creates hundreds of folders when creating a project. When, for example, I click the create page button in the admin panel, it creates a file for this page in some folder. How can I find out in which project folder a new file has appeared? What are the options?

PS Finding out where exactly my CMS usually adds a file when creating a page is not an option, since I just gave an example with a page. There are many buttons in the admin panel for creating different functionality (NOT ONLY PAGES) that add files with different extensions to different folders.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alex, 2020-05-22
@hulktoster

  1. Google about CMS
  2. Read how it works
  3. Search by filename
  4. Use VCS

S
SOTVM, 2020-05-22
@sotvm

as an option:
no files are created, everything is written to the database

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question