I want to programatically mess with projects. For this, the first two items I need are a way to iterate through all files in a window’s project, a way to extract the data for a given sublime-project file.and a way to provide a list of paths and have a sublime-project file built from that.
Are there any undocumented APIs that could help with any of this? Any method defined in the default packages or third party packages in Package Control I could look at for this?