Posts tagged file
add jFileChooserFilter to your java code
Jun 21st
Hi,
Today I am going to show the way to use JFileChooser with FileNameExtensionFilter. This is very useful for building user friendly applications. FileNameExtensionFilter is used to tell which files extentions are allowed for the jFileChooser. This will make files with specific extensions appear and all other files disappear from the jfilechooser dialog.
First of all we [...]
Change, create, modify and access date time of a file
Jun 21st
Hi all,
This is a simple trick to change the created, modified and accessed data and time for a specific file.
First, change your operating system clock to the date/time you want. here i set it to 2000.
Then make a copy of your file. this will change the creation date and time to the system date and [...]
usefulness of corrupted files
Mar 29th
hi all, this articles is an unusual one. today we are going to see the usefulness of corrupted files [superemotions file="icon_exclaim.gif" title="Exclaimaition Mark"]
before that, we need to mention some points such as:
definition of corrupted files
types of corrupted files
real corruption
fake corruption
recoverable
unrecoverable
causes of corrupted files
intended
unintended
uses of corrupted files
conclusion
Definition of corrupted files:
a corrupted file is a computer file [...]
