我想在C#中测试包含文件路径的字符串是否存在(类似于-ePerl或os.path.exists()Python中的测试)。
-e
os.path.exists()
采用:
File.Exists(path)
MSDN:http : //msdn.microsoft.com/en- us/library/system.io.file.exists.aspx
编辑:在System.IO