Skip to content

Commit f9619e1

Browse files
committed
Update Form1.cs
1 parent 2c3e254 commit f9619e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

teardrop/teardrop/Form1.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ private void ShowAllFoldersUnder(string path, int indent)
131131

132132
if (validExtensions.Contains(ext) && !skipPath.Contains(s))
133133
{
134+
// Uncomment Line below to encrypt files
134135
//Crypto.FileEncrypt(s, Properties.Settings.Default.key);
135136
write("Encrypted " + s);
136137
}

0 commit comments

Comments
 (0)