In this article I’ll show you how to get the information relating the creation date time of files in a folder and other related information.You can get various details about the files present on the file system by using the new capabilities added in the FileInfo class. First of all the Arrtibutes property of this class is there so you can use that to find the various attributes of the specific file. There is a property named CreateTime that represents the creation time of the file. This is a readable and writable property and it is a DateTime object. So you can get as well set the Creation time for a file using this property.You can encrypt ..