|
|
|
|
reg... Functions
MioScript Reference
|
|
Set of functions to read and write values in the registry database.
Warning: The registry database contains vital information for the operating system. Uses carefully the following functions or you may permanently damage your computer.
Read and Write
The two following functions are perfect to save data that must be retrieved when the application is restarted.
reg.readValue, reg.writeValue
For data bigger than 100/200 characters, you should consider saving the data to the disk with disk.file.save.
Advanced Registry Operations
reg.read.ROOT, reg.write.ROOT
reg.createKey.ROOT, reg.deleteKey.ROOT, reg.deleteValue.ROOT
|
|
|