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 -

tags - Jquery Mixitup plugin help prevent handlers being destroyed -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -