DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
6+2 =
Submit