LOTUSSCRIPT 言語


例:CurDrive 関数
Dim tempDrive As String
tempDrive$ = CurDrive$()
If tempDrive$ <> "c:"Then
ChDrive "c"
End If
ChDir "\test"
Print CurDir$() ' Prints "c:\test"

関連項目