Windows Registry and property list (PLIST) file functions query and update the Windows Registry on Windows or property list files on Mac OS.
Windows Registry and Property List File functions |
Platforms |
|||||
---|---|---|---|---|---|---|
Windows |
Mac OS |
Web |
||||
Function |
Description |
AutoCAD | AutoCAD LT | AutoCAD | AutoCAD LT | AutoCAD |
Deletes the specified key from the Windows Registry or property list file on Mac OS |
✓ | ✓ | ✓ | -- | -- | |
Returns a list of subkeys or value names for the specified key of the Windows Registry or property list file on Mac OS |
✓ | ✓ | ✓ | -- | -- | |
Returns data stored by a specific key/value pair in the Windows Registry or property list file on Mac OS |
✓ | ✓ | ✓ | -- | -- | |
Creates a key in the Windows Registry or property list file on Mac OS |
✓ | ✓ | ✓ | -- | -- | |
Returns the AutoCAD Windows Registry path in the HKLM (HKEY_LOCAL_MACHINE) Note: Available on Windows only and requires a call to the
vl-load-com function.
|
✓ | ✓ | -- | -- | -- | |
Returns the AutoCAD Windows Registry path (Obsolete) Note: Use the
vlax-machine-product-key function instead.
|
✓ | ✓ | -- | -- | -- | |
Returns the AutoCAD Windows registry path in the HKCU (HKEY_CURRENT_USER) Note: Available on Windows only and requires a call to the
vl-load-com function.
|
✓ | ✓ | -- | -- | -- |