Chrom(ium) supports the creation of multiple users. These users end up having Profile folders created. For example, /User Data/Default, /User Data/Profile 1. How do I programmatically obtain the list of Chrome users as well as their respective profile directories. At first I thought it was just parsing through the App Data/Local/Google/Chrome/User Data folder but it seems to be storing the information somewhere else, as deleting a Profile, e.g., Profile 1, causes it just to be created and the user is still listed.
