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

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -