I've been collecting my dreamweaver snippets for a long time, I need to back them up.

I am using this page to backup.

I am going to upload the file her, all you have to do is download it and place the unzipped folder in the following directory path:

C:\Users\15t\AppData\Roaming\Adobe\Dreamweaver CS5\Dreamweaver CS5\en_US-win7-toshiba\Configuration

For reference, each .csn file is an XML

<?xml version="1.0" encoding="utf-8"?>
<snippet name="<pre> LINE NUMBER (For debugging)" description="" preview="code" type="block">
<insertText location="beforeSelection">
<![CDATA[if($Debug) echo 'LINE '.__LINE__.' <br>';]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>


 

hope this helps.