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 "))
{//コードを入力してください..}`