vb.net 途中のフォルダ作成

1
2
3
if dir(saveFileName) = "" then
    System.IO.Directory.CreateDirectory(System.IO.Path.GetDirectoryName(saveFileName))
end if

コメント

このブログの人気の投稿

Python OpenCVとWebカメラでバーコードリーダー

VB.net Dictionaryクラスの初期化