Sublime Forum

How to access files in my plugin folder in ST3

#1

I’m porting my ST2 plugin to ST3 but apparently ST3 doesn’t unzip plugins, so I’m not sure how I’m supposed to access files in my plugin folder. Does anyone have an idea?

0 Likes

#2

You will have to be a bit more specific to the types of files you have interest in accessing. Depending on what you are trying to access, the answer will be different.

0 Likes

#3

Hey there,

I also have this problem.
For my Grunt plugin, I need to include a Javascript file that is then called together with the Grunt command, ergo: as an argument to a Popen command. It has to be accessible by the shell/process.

What is the recommended way of doing this? Should I just unzip the package contents?

Thanks for any hint,
Tim

BTW: This post should probably be in the “Plugin Development” forum; I just did not want to create a new topic for it.

0 Likes