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.
C# を使用して、ファイルが既に使用されていると別のプログラムに認識させる方法が必要です。
システムを「トリック」したい場合は、C# コードでファイルを開くだけです。
これにより、「別のプロセスが現在ファイルを使用しているため、プロセスはファイルにアクセスできません」というメッセージが表示されます。
C# では、File.Open() メソッドを使用し、Close() メソッドを呼び出さないようにします。