Siebel VB Language Reference > Quick Reference: VB Statements and Functions >

VB File Functions: Disk and Folder Control


The following functions and statements relate to folders.

Function or Statement
Purpose
For More Information

ChDir

Changes the default folder for a drive

ChDir Statement

ChDrive

Changes the default drive

ChDrive Statement

CurDir

Returns the current folder for a drive

CurDir Function

Dir

Returns a filename that matches a pattern

Dir Function

MkDir

Creates a folder on a disk

MkDir Statement

RmDir

Removes a folder from a disk

RmDir Statement

Siebel VB Language Reference