Code:
Public Sub LoadFile(ByVal fileInFolder)
any reason you're not passing fileInFolder as type IO.FileInfo?

then you could get the creation time using the following

Code:
fileInFolder.CreationTime