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

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -