Getting Started Introduction Sample Programs QBasic IDEs History Advice Tools Mini-Tutorial Tutorial Code Snippets
Resources Web Sites More Tutorials Vendors Books Magazines NewsLetters NewsGroups Forums User Groups Talk Shows Blogs
Folders QBasic offers limited functions that deal with directories (folders). CHDIR MKDIR RMDIR
chdir, mkdir, rmdir
Directory Functions Reference Here's a quick reference of the available folder functions, in alphabetical order.
chdir "c:\folder\temp"
mkdir "c:\folder\new"
rmdir "c:\folder\temp"
If you have any suggestions or correction, please let me know.