Bugs item #1770553, was opened at 2007-08-09 01:51 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1770553...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: externals Group: None
Status: Closed
Resolution: Fixed Priority: 5 Private: No Submitted By: marius schebella (mariusschebella) Assigned to: Frank Barknecht (fbar) Summary: image object does not like spaces
Initial Comment: when I create [image test.gif] and any of the folders in the path to test.gif contains a space then [image] will not find it. even if test.gif is in the same folder. intel mac. versions pd-extended-0.39.3-rc5 and also 0.40. marius.
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2010-04-28 02:20
Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2010-04-13 19:18
Message: with this commit, you can now use spaces in filenames:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=...
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2007-08-15 23:15
Message: Logged In: YES user_id=27104 Originator: NO
I tried [file join] and {} instead of "" and neither handled using " in a filename.
----------------------------------------------------------------------
Comment By: Frank Barknecht (fbar) Date: 2007-08-15 08:06
Message: Logged In: YES user_id=569446 Originator: NO
Hi Hans,
I've found some docs regarding platform independent filename handling in Tcl using "file join" and "file split" here: http://www.tcl.tk/man/tcl8.4/TclCmd/file.htm
However I don't know how to add this to the code in image.c. Any ideas?
Ciao