Hi
In VbScript I could use the following code....
Does anyone know a simular way to do this in vb.net?
Regards
In VbScript I could use the following code....
Code:
Dim FSO
Set FSO = CreateObject("Scripting.FileSystemObject")
' Check to see if filename exists
While FSO.FileExists(myFileName)
Index = Index + 1
Wend
Does anyone know a simular way to do this in vb.net?
Regards