Sublime Forum

Plugin development, paths, configs

#1

Hello,

I’m currently writing a simple plugin for file synchronization and I have a few questions:

  • How can I get settings from project ? Not “settings” block like path etc.
  • Does API provide some functions to translate paths (OS depent) like, project path in windows: “/D/.projects/some_project” wich is D:.projects\some_project, for linux it gonna be slightly different I could not find help in python os/os.path classes.

Thanks for any advice!

0 Likes