ChDrive Statement /text/sbasic/shared/03020402.xhp
ChDrive statement

ChDrive Statement

Changes the current drive.
ChDrive Text As String Text: Any string expression that contains the drive letter of the new drive. If you want, you can use URL notation. The drive must be assigned a capital letter. Under Windows, the letter that you assign the drive is restricted by the settings in LASTDRV. If the drive argument is a multiple-character string, only the first letter is relevant. If you attempt to access a non-existent drive, an error occurs that you can respond to with the OnError statement. Sub ExampleChDrive ChDrive "D" ' Only possible if a drive 'D' exists. End Sub
istro/collabora/co-24.04.6 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/winaccessibility/Library_winaccessibility.mk
AgeCommit message (Expand)Author
2017-09-22Avoid VCL_DLLPUBLIC SolarMutexGuard "taking over" template base class on MSVCStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2015-09-02dtrans, winaccessibility: consistently use $(gb_UWINAPI)Michael Stahl
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2013-12-12winaccessibility: let's try to remove that IsInMainThread()Michael Stahl
2013-11-25winaccessibility: replace CoCreateInstance with direct instantiationMichael Stahl
2013-11-19winaccessibility: remove executable bitsMichael Stahl
2013-11-19uia: remove redundant component registration.Michael Meeks
2013-11-19Gbuildify winaccessibility serviceDavid Ostrovsky