Horje
zip file ignoring directory starting with dot Code Example
zip file ignoring directory starting with dot
if you are using 
zip -r 1.zip *
this will ignore the hidden directories(dot directory)

To include the dot directory use the below format. 
it includes everything in that directory
zip -r 1.zip .




Csharp

Related
c# code to check anagram Code Example c# code to check anagram Code Example
VSIX Project Context Menu Code Example VSIX Project Context Menu Code Example
fluent assertion exception Code Example fluent assertion exception Code Example
Send Hotmail/Outlook Email C# (Win/ASP.NET) Code Example Send Hotmail/Outlook Email C# (Win/ASP.NET) Code Example
unity shader blend Code Example unity shader blend Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10