Hi guys
I try to see if a Folder in Registry exist and if not it must create a Folder. I want to save text files in that Folder.
I tried:
FolderExists "HKEY_LOCAL_MACHINE\SOFTWARE\MyFolder""[Result1]"
If "[Result1]""=""True"
Else
CreateFolder "HKEY_LOCAL_MACHINE\SOFTWARE\MyFolder
EndIf
but it gives me a error: Unable to create directory.
Where is the problem and is it possible to write files into a Folder within Registry
Thank You
Hi guys
I try to see if a Folder in Registry exist and if not it must create a Folder. I want to save text files in that Folder.
I tried:
FolderExists "HKEY_LOCAL_MACHINE\SOFTWARE\MyFolder""[Result1]"
If "[Result1]""=""True"
Else
CreateFolder "HKEY_LOCAL_MACHINE\SOFTWARE\MyFolder
EndIf
but it gives me a error: Unable to create directory.
Where is the problem and is it possible to write files into a Folder within Registry
Thank You