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.
私は初心者プログラマーで、.txtファイルをあるフォルダーから別のフォルダーにコピーする方法を探しています。誰か助けてもらえますか?(Visual Basic 2010 Express)
System.IO.File.Copyを見てください。
これにより、ファイルのコピー操作が処理されます。
VB.Netでの使用例を次に示します。