DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CSHARP
c# check file exists
if
(
File
.
Exists
(
@"D:myfile.txt"
)
)
{
Console
.
WriteLine
(
"The file exists."
)
;
}
Source by www.tutorialspoint.com #
PREVIOUS
NEXT
Tagged:
#check
#file
#exists
ADD COMMENT
Topic
COMMENT
Name
4+3 =
Submit