Hallo AutoIt lovers,
After searching this forum and reading several messages,
I composed the following code but is this good?
(it works but I want some approval from experts.)
_shortcut()
Func _shortcut()
Local $OutlookSettings = @AppDataDir & "\Microsoft\Outlook\Outlook.xml"
If FileExists($OutlookSettings) Then
Local $Readonly = StringInStr(FileGetAttrib($OutlookSettings), "R")
Local $File = FileOpen($OutlookSettings, 0)
If $File <> -1 Then
Local $OutlookXML = Fil