Click here to Skip to main content
15,888,316 members
Home / Discussions / C#
   

C#

 
GeneralRe: Query error: no such column Pin
Dave Kreskowiak6-Apr-15 8:22
mveDave Kreskowiak6-Apr-15 8:22 
GeneralRe: Query error: no such column Pin
DPaul19946-Apr-15 8:26
DPaul19946-Apr-15 8:26 
QuestionHow to pass folder hierarchy when creating zip file from memory stream using DotNetZip library Pin
Tridip Bhattacharjee6-Apr-15 1:09
professionalTridip Bhattacharjee6-Apr-15 1:09 
AnswerRe: How to pass folder hierarchy when creating zip file from memory stream using DotNetZip library Pin
Eddy Vluggen6-Apr-15 2:42
professionalEddy Vluggen6-Apr-15 2:42 
AnswerRe: How to pass folder hierarchy when creating zip file from memory stream using DotNetZip library Pin
Dr Gadgit6-Apr-15 4:03
Dr Gadgit6-Apr-15 4:03 
AnswerRe: How to pass folder hierarchy when creating zip file from memory stream using DotNetZip library Pin
Dave Kreskowiak6-Apr-15 4:43
mveDave Kreskowiak6-Apr-15 4:43 
GeneralRe: How to pass folder hierarchy when creating zip file from memory stream using DotNetZip library Pin
Tridip Bhattacharjee6-Apr-15 21:27
professionalTridip Bhattacharjee6-Apr-15 21:27 
SuggestionRe: How to pass folder hierarchy when creating zip file from memory stream using DotNetZip library Pin
Richard Deeming7-Apr-15 2:07
mveRichard Deeming7-Apr-15 2:07 
Tridip Bhattacharjee wrote:
There are a limitation of the DotNetZip libray used in the above code. It either needs a) files saved on disk as input. In that case folder hierarchy information could be passed for each file. or 2) if stream is passed as input, folder hierarchy information could NOT be passed for file.

What's wrong with calling:
C#
zip.AddEntry(@"Path\In\Zip\File.bin", theFileStream);
The documentation for the entryName parameter says:

The name, including any path, which is shown in the zip file for the added entry.




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


Questionsplit string Pin
Member 103707115-Apr-15 12:53
professionalMember 103707115-Apr-15 12:53 
AnswerRe: split string Pin
Richard Andrew x645-Apr-15 13:07
professionalRichard Andrew x645-Apr-15 13:07 
GeneralصهفاRe: split string Pin
Member 103707115-Apr-15 13:20
professionalMember 103707115-Apr-15 13:20 
GeneralRe: split string Pin
PIEBALDconsult5-Apr-15 13:23
mvePIEBALDconsult5-Apr-15 13:23 
GeneralRe: split string Pin
Member 103707115-Apr-15 13:27
professionalMember 103707115-Apr-15 13:27 
GeneralRe: split string Pin
Dr Gadgit6-Apr-15 3:39
Dr Gadgit6-Apr-15 3:39 
SuggestionRe: split string Pin
Richard Deeming7-Apr-15 2:10
mveRichard Deeming7-Apr-15 2:10 
GeneralRe: split string Pin
Dr Gadgit11-Apr-15 7:36
Dr Gadgit11-Apr-15 7:36 
QuestionHow to Install Windows OS On selected IP's In a Network Pin
Member 105963985-Apr-15 0:20
Member 105963985-Apr-15 0:20 
AnswerRe: How to Install Windows OS On selected IP's In a Network Pin
OriginalGriff5-Apr-15 1:21
mveOriginalGriff5-Apr-15 1:21 
GeneralRe: How to Install Windows OS On selected IP's In a Network Pin
Member 105963985-Apr-15 1:55
Member 105963985-Apr-15 1:55 
GeneralRe: How to Install Windows OS On selected IP's In a Network Pin
OriginalGriff5-Apr-15 2:13
mveOriginalGriff5-Apr-15 2:13 
GeneralRe: How to Install Windows OS On selected IP's In a Network Pin
Dave Kreskowiak5-Apr-15 4:16
mveDave Kreskowiak5-Apr-15 4:16 
AnswerRe: How to Install Windows OS On selected IP's In a Network Pin
Dave Kreskowiak5-Apr-15 3:58
mveDave Kreskowiak5-Apr-15 3:58 
GeneralRe: How to Install Windows OS On selected IP's In a Network Pin
OriginalGriff5-Apr-15 5:39
mveOriginalGriff5-Apr-15 5:39 
GeneralRe: How to Install Windows OS On selected IP's In a Network Pin
Dave Kreskowiak5-Apr-15 5:43
mveDave Kreskowiak5-Apr-15 5:43 
GeneralRe: How to Install Windows OS On selected IP's In a Network Pin
OriginalGriff5-Apr-15 5:57
mveOriginalGriff5-Apr-15 5:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.