Programming Reference Manual
MakeNewDir
Syntax
MakeNewDir(
path$
)
Description
Builds a new dir path, and ignores (parts of the) path if it exists.
Parameter
Description
path$
The specified path thats needs to created.
See Also
ChDir
,
ChDrive
,
CurDir
,
FCreate
,
GetSpecialFolder
,
Valid
.
Example
Sub Main
MakeNewDir "C:\Temp\Received Files\" & Format$(Now(), "yyyy-mm-dd")
End Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Flow Control
Error Handling
Conversion
Variable Info
Constant
Math
Financial
Strings
StringClass
Objects
Time/Date
File
File
ChDir
ChDrive
Close
CurDir
Dir
EOF
FileAttr
FileCopy
FileDateTime
FileExists
FileLen
FileLines
FreeFile
Get
GetAttr
Input #
Input$
Kill
Line Input
Loc
Lock
LOF
MakeNewDir
MkDir
Name
Open
Print
Put
Reset
RmDir
Seek
Seek #
SetAttr
Unlock
Write
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Translator