LibreOffice 24.8 Help
ད་ཡོད་ཀྱི་ཡིག་ཆའམ་དཀར་ཆག་ལ་མིང་བསྐྱར་འདོགས།
Name OldName As String As NewName As String
OldName NewName ཡིག་རྟགས་ཕྲེང་བའི་མཚོན་ཚུལ་གང་རུང་ཚང་མར་གཏན་འཁེལ་གྱི་ཡིག་ཆའི་མིང་སྤྱོད་ཅིང་བརྒྱུད་ལམ་ཡང་ཚུད་ཡོད། URL མཚོན་ཐབས་སྤྱོད་ཆོག་
Sub ExampleReName
On Error GoTo Error
FileCopy "c:\autoexec.bat", "c:\temp\autoexec.sav"
Name "c:\temp\autoexec.sav" As "c:\temp\autoexec.bat"
End
Error:
If err = 58 Then
msgbox "File already exists"
End If
End
End Sub