LOTUSSCRIPT 言語


例:Name ステートメント
次の例は、Windows に特有の例です。

' Rename the file WINDOWS\TEST1 to TEST2 and
' move it to the root directory of drive C.
Name "C:\WINDOWS\TEST1" As "C:\TEST2"

関連項目