A andycee Member Joined Mar 24, 2006 Messages 11 Programming Experience 1-3 Apr 28, 2006 #1 Is it just me, or does GetFileInfo read the entire file just to find its attributes ? I'm seeing lengthy delays of a few seconds to use this. cheers
Is it just me, or does GetFileInfo read the entire file just to find its attributes ? I'm seeing lengthy delays of a few seconds to use this. cheers
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,874 Location Norway Programming Experience 10+ Apr 28, 2006 #2 GetFileInfo is as fast as ever here, it is (should be) equivalent of: VB.NET: Dim finfo As New IO.FileInfo("filename") Upvote 0 Downvote
GetFileInfo is as fast as ever here, it is (should be) equivalent of: VB.NET: Dim finfo As New IO.FileInfo("filename")