9.0

205
MkDir Instruction
Syntax
MkDir Name$
Group
File
Description
Make directory Name$.
Parameter Description
Name$ This string value is the path and name of the directory. A path relative to the current
directory can be used.
See Also: RmDir.
Example
Sub Main
MkDir "C:\WWTEMP"
End
Sub
Module definition
A file with public symbols that are accessible by other modules/macros via the #Uses comment.
A module is loaded on demand.
A code module is a code library.
An object module or class module implements an ActiveX Automation object.
A module may also access other modules with its own #Uses comments.
Month Function
Syntax
Month(dateexpr)
Group
Time/Date
Description
Return the month of the year (1 to 12).