Pernyataan ChDrive

Merubah drive saat ini.

warning

Some DOS-specific file and directory functions are no longer provided in LibreOffice, or their function is only limited. For example, support for the ChDir, ChDrive and CurDir functions is not provided. Some DOS-specific properties are no longer used in functions that expect file properties as parameters (for example, to differentiate from concealed files and system files). This ensures the greatest possible level of platform independence for LibreOffice. Therefore this feature is subject to removal in a future release.


note

The ScriptForge library in LibreOffice 7.1 introduces the FileSystem service with methods to handle files and folders in user scripts.


Sintaksis:


  ChDrive Text As String

Parameter:

Text: Apapun ekspresi string yang berisi tulisan drive dari drive baru. Jika mau, Anda bisa menggunakan URL notation

Drive harus diberi huruf kapital. Di bawah Windows, huruf yang Anda tetapkan pada drive dibatasi oleh pengaturan di LASTDRV. Jika argumen drive adalah string multi-karakter, hanya huruf pertama yang relevan. Jika Anda mencoba mengakses drive yang tidak ada, akan terjadi kesalahan yang dapat Anda tanggapi dengan pernyataan OnError.

Kode kesalahan:

5 Tidak sah dalam pemanggilan prosedur

68 Perangkat tidak tersedia

76 Jalur tidak ketemu

Contoh:


  Sub ExampleChDrive
      ChDrive "D" ' Hanya mungkin jika drive 'D' ada.
  End Sub

Mohon dukung kami!