Re: Need some help...
- From: "Stephany Young" <noone@localhost>
- Date: Mon, 18 Dec 2006 17:13:01 +1300
Typo!!!!!
Directly following the b of cab should be a " - you have a :
FYI, I get the impression that you are typing your code into the message
rather than copying and pasting it. If you are then it is too open to typo's
etc. and we are scratching our heads to figure out how you even managed to
compile it etc.
When you do copy and paste code from the IDE into a message it may look like
a load of rubbish. Simply do a Format/Rich Text (HTML) from the menu and
then do a Format/Plain Text and it will look OK.
Now the big question is, what result do you get when you execute?:
Console.WriteLine(Path.ChangeExtension(Path.Combine(strTargetDir,
_deepestnode), "cab"))
"Bruce W. Darby" <kracor@xxxxxxxxxxx> wrote in message
news:VqWdneF3JYlJlBvYnZ2dnUVZ_qOpnZ2d@xxxxxxxxxxxxxx
"Stephany Young" <noone@localhost> wrote in message
news:O5OSlwjIHHA.448@xxxxxxxxxxxxxxxxxxxxxxx
I don't understand why the call to i_Compress.CompressFolder is not
working. It takes 4 parameters and they are:
The second parameter is what causes the failure. It is somehow not seeing
that I'm attempting to pass 'one' simple parameter. I'm thinking that it's
catching the commas in the Path.Combine method and thinking that it's
getting five or six parameters rather than four. In software testing
terms, I'd say that was a bug. LOL
Example:
Param 1 - _Folder,
Param 2 - Path.ChangeExtension(Path.Combine(strTargetDir,_deepestNode),
Param 3 -"cab:),
Param 4 - "",
Param 5 - 0
_Folder,
Path.ChangeExtension(Path.Combine(strTargetDir, _deepestnode), "cab")
""
0
.
- Follow-Ups:
- Re: Need some help...
- From: Bruce W. Darby
- Re: Need some help...
- References:
- Need some help...
- From: Bruce W. Darby
- Re: Need some help...
- From: Stephany Young
- Re: Need some help...
- From: Bruce W. Darby
- Re: Need some help...
- From: Stephany Young
- WAS: Need some help...
- From: Bruce W. Darby
- Re: Need some help...
- From: Stephany Young
- Re: Need some help...
- From: Bruce W. Darby
- Re: Need some help...
- From: Stephany Young
- Re: Need some help...
- From: Bruce W. Darby
- Re: Need some help...
- From: Stephany Young
- Re: Need some help...
- From: Bruce W. Darby
- Need some help...
- Prev by Date: Re: hey children - lets all re-learn every 2 years
- Next by Date: Re: My.Application.OpenForms
- Previous by thread: Re: Need some help...
- Next by thread: Re: Need some help...
- Index(es):