----- Original Message ----- From: "Lalanne Laurent" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Friday, September 02, 2005 8:26 AM Subject: Re: [Swftools-common] probably bug?
> > > > > > > Try making your paths with double-slashes. > > > > Like this: > > "D:\\Work\\swf\\bin\\Debug\\res\\Verdana.ttf" > > > > single slashes can be mistaken for string escape characters. > > > > Chris > > > > I think it work under windows like this : > > "D:/Work/swf/bin/Debug/res/Verdana.ttf" > > Laurent > sorry for direct reply Chris... > > > > _______________________________________________ > Swftools-common mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/swftools-common No prob... It may work with front slashes if url style paths are supported, however Windows paths do use backslashes "\". Then, generally in programming, strings and scripts usually require double-backslashes so not to be confused with escape characters like "\r\n" when they are parsed. Finally, surrounding paths with quotes further helps resolve long paths with whitespaces. Chris _______________________________________________ Swftools-common mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/swftools-common
