Jump to content
Sign in to follow this  
Odlarhg

Is it safe to delete files from the cache folder of a Web application developed in Delphi?

Recommended Posts

Hi,

 

I have to work with a web application developed with Delphi and UniGui. I did not develop the application and although I have some knowledge about Object Pascal and some Delphi but my knowledge is not extensive. I have the problem that the server where the application is running has limited disk space and the available free space is already quite short. Therefore I have freed up as much space as possible but it is not enough yet. Looking inside the disk I found that there is a "cache" folder inside the application folder that has a large number of sub-folders with some image files. This folder occupies 14.5 Gb and I would like to confirm if it is safe to delete these sub-folders or some of them in order to free up that disk space. There are folders dated this month as from previous months.

 

The structure of the application folders is this.

 

  • bk
  • Descargas
  • files
  • log
  • log_isapi
  • temp

 

And these are the subfolders inside the cache folder

 

  • ysqC6qG9Si104C37D21
  • UMfrDjR2m1104C37EA5
  • gTzIcPSa2i104C37F26
  • 5d4BdbCV5D104C37F31
  • fXoLpl6ovv104C3815B

 

And generally these are the files inside the subfolders.

 

  • _SEQ (empty subfolder)
  • favicon.ico
  • KFNIOH191010210305002.bmp
  • KMVOEX191010210305002.jpg
  • VMBAMM191010210305002.jpg

 

Could you tell me if you can delete these subfolders without the operation of the application being at risk?

 

Thanks in advance.

 

Aldo.

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×