|
MakeDir | ||
MakeDir FolderName$ | ||
Parameters: FolderName$ = The Folder name of the directory you wish to create |
||
Returns: NONE | ||
MakeDir will create a new directory. FACTS: * Before you use MakeDir, always check if the FolderName doesn't already exist. If you try and overwrite an existing directory that previously existed, PB will stop and return a run time error. Mini Tutorial: This example will create a blank file on the C: Drive called "TestFile.txt" , it then displays the info about this file and then removes itself.
This example would output.
|
Related Info: | : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |