ExtractSublimePackage
ExtractSublimePackage copied to clipboard
Added option to add a path to where the packages are extracted to
Where is the check for whether the supplied path exists?
Also, wouldn't you think this made more sense with an input panel where leaving it empty would extract to the Packages folder?
@FichteFoll , i will try to add path exist check.
And yes, i think an input panel would make sense. be back with update soon.
I was just mentioning this because in your comment you wrote
// if path is an existing directory packages will get
// extracted there instead.
and that got me slightly curious/confused as I couldn't find any code doing that.