Bit of a strange question, I have done a small app in vb.net using .net 2.0 framework, however the machines in my company only has .net 1.1 installed, my boss does not want to install .net 2.0 on the machines so I am having to convert the app to .net 1.1. The problem is I am stuck on converting this line of code into .net 1.1, can anyone help??
thanks
Simon
VB.NET:
For Each foundFile As String In My.Computer.FileSystem.GetFiles("C:\", FileIO.SearchOption.SearchAllSubDirectories, "*.lic")
thanks
Simon