vb.net - File.Exists(curFile) Error -
i'm using visual studio 2012 vb.net. every time try use if file.exists(curfile) = true then comes error 1 'file' not declared. may inaccessible due protection level. missing api?
you need either import system.io or change code if system.io.file.exists(curfile) = true then.
Comments
Post a Comment