How do I create a folder in VB if it doesn't exist?

后端 未结 12 1331
孤独总比滥情好
孤独总比滥情好 2020-12-23 11:29

I wrote myself a little downloading application so that I could easily grab a set of files from my server and put them all onto a new pc with a clean install of Windows, wi

12条回答
  •  独厮守ぢ
    2020-12-23 11:54

    You should try using the File System Object or FSO. There are many methods belonging to this object that check if folders exist as well as creating new folders.

提交回复
热议问题