Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何检查 windows mobile 6.0 C# 代码中是否存在特定数据库或如何从 windows mobile 6.0 应用程序获取所有 .sdf 文件
`if (!File.Exists(@"Program Files\ApplicationFolder\DatabseName.sdf"))
{ //输入你的代码.. }`