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]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.