Đào tạo
Mô-đun
Werken met bestanden en mappen in een .NET-app - Training
Meer informatie over het gebruik van .NET, C# en System.IO met mappen, paden, bestanden en het bestandssysteem.
Trình duyệt này không còn được hỗ trợ nữa.
Hãy nâng cấp lên Microsoft Edge để tận dụng các tính năng mới nhất, bản cập nhật bảo mật và hỗ trợ kỹ thuật.
Creates a new directory or folder.
MkDir path
The required path argument is a string expression that identifies the directory or folder to be created. The path may include the drive. If no drive is specified, MkDir creates the new directory or folder on the current drive.
This example uses the MkDir statement to create a directory or folder. If the drive is not specified, the new directory or folder is created on the current drive.
MkDir "MYDIR" ' Make new directory or folder.
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.
Đào tạo
Mô-đun
Werken met bestanden en mappen in een .NET-app - Training
Meer informatie over het gebruik van .NET, C# en System.IO met mappen, paden, bestanden en het bestandssysteem.