Files
ChocolateyPackages/Sublime/PowerShell/Snippets/Path to Current Module.sublime-snippet
2013-06-07 14:03:33 -04:00

6 lines
198 B
XML

<snippet>
<content><![CDATA[\$script:thisDir = split-path \$MyInvocation.MyCommand.Path -parent]]></content>
<tabTrigger>thisdir</tabTrigger>
<scope>source.powershell</scope>
</snippet>