Skip to content
ferventcoder edited this page Oct 27, 2011 · 1 revision

Using Tildes In the Path


When you use a tilde (~) at the front of a path, dropkick will replace it with the server it is going to.
This (accounting for the JS escaped character(“\”):

~\\web\\somedeploy-TEST

converts to:
\\\\servername\\web\\somedeploy-TEST
Clone this wiki locally