Re: Packing a C# project.
"Jan Niklas Hasse" <[email protected]>
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
> if ( !File.Exists( BinReloc.DataDir( "update.xml" ) ) )
If it compiles then good, but I think you need to do it like this:
if ( !File.Exists( Path.Combine( BinReloc.DataDir,
"programname/update.xml" ) ) )
---------------------------------------------------------------------
To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/[email protected]
For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected]