fresc81 / node-winreg

node module that provides access to the Windows Registry through the REG commandline tool
211 stars 60 forks source link

Registry value names may have `.`s in them. #20

Closed justinmchase closed 8 years ago

justinmchase commented 8 years ago

Some registry keys have values with version numbers for names (e.g. 12.0). Permit the . character in path names to support these keys.

fixes #19

justinmchase commented 8 years ago

This PR is actually a duplicate of PR #14, so I'm going to close it in favor of that one.