Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# file exist

if (File.Exists("file.exe"))
{
	//file exist
} else {
  //does not exist
}
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #file #exist
ADD COMMENT
Topic
Name
1+9 =