[Closed]VB Help[Unsolved]
hey everyone i need some help on a injector, i am trying to get info on the .dll file like the date made and other info how can i do this
So if you're launching a .dll you want to know when this .dll has been created or whatever?
IO.Path.GetFileNameWithoutExtension("path")
stop leeching stuff.. -_-
Dim s As String = IO.File.GetCreationTime(path1)
Dim s2 As String = IO.File.GetLastAccessTime(path1)
Use intellisense for further stuff.