delete-file
exe File not released after AES Java encryption
I have a function that encrypts files using AES 256 ( Java lib ) and then delete by writing over the file.[详细]
2023-02-18 10:22 分类:问答Junk files created in place of deleted file
I have a strange problem. When I try to delete a file created by my application it gets deleted and gets replaced with a junk file of the exact same filesize. Can someone please help me out with this?[详细]
2023-02-16 18:33 分类:问答How to make a running excutable delete its own file
For example, I have an excutable TrashClean.exe running. I want it to delete all files I don\'t want and also delete itself (TrashClean.开发者_如何学Cexe on hard drive) at last step.[详细]
2023-02-16 15:41 分类:问答Remove shortcut and associated file with Innosetup
As part of an application update, 开发者_如何学运维I want to remove an old start menu entry if it exists, and the file it points to.I tried:[详细]
2023-02-15 14:40 分类:问答Delete a zip file after unzip in java
How to delete a zip file in java?file.delete method returns false. Why? File file = new File(\"/mibook/\"+mFilename+\"/\"+mZipname.toString());[详细]
2023-02-15 09:30 分类:问答Delete files with a specific pattern using script in UNIX
I have some folders in unix, lets say aa, ab, ac and so on. I have subfolders inside these folders. They are numbered like 100, 200 and so on. I want to delete some sub folders in each of these main f[详细]
2023-02-14 04:17 分类:问答Delete files from a folder based on an existing set of files in another folder
This one I couldn\'t find a proper answer. I have 2 folders. One is called \'src\', where my java source code is located. The other one[详细]
2023-02-13 08:01 分类:问答How to delete files in multiple unknown folders from a single bat file?
Suppose I don\'t know names of all the folders in a directory. I want to delete all the .exe file in those folders fr开发者_运维问答om a single bat file. What will be the command? Is it possible?[详细]
2023-02-12 13:04 分类:问答Deleting files to improve checkout time
We have a version of our project that we tagged created with rtag -- and it has a large number of files which causes checkout to be exceptionally slow.[详细]
2023-02-12 12:59 分类:问答Wiping temporary files for security
I am working on an application that displays data from a database.Right now I am working on a set of modules that will generate an HTML page, including both text and images, display it in an web brows[详细]
2023-02-12 10:52 分类:问答