<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Help&#8230; text: can&#039;t find file problem</title>
		<atom:link href="http://cycling74.com/forums/topic/help-text-cant-find-file-problem/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/help-text-cant-find-file-problem/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 21:56:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/help-text-cant-find-file-problem/#post-36896</guid>
					<title><![CDATA[Help&#8230; text: can&#039;t find file problem]]></title>
					<link>http://cycling74.com/forums/topic/help-text-cant-find-file-problem/#post-36896</link>
					<pubDate>Sun, 13 Apr 2008 19:10:49 +0000</pubDate>
					<dc:creator>darkflow</dc:creator>

					<description>
						<![CDATA[
						<p>Hi all,<br />
I&#8217;m making a Max patch that needs to drag and drop files onto a dropfile and then load the file up into a text object to do processing/converting.</p>
<p>When I simply prepend &#8220;read&#8221; to the output of the dropfile and connect it to the &#8220;text&#8221; object, it can&#8217;t find the file&#8230; well it&#8217;s right there in the place where it can&#8217;t find it&#8230; So I tried using &#8220;conformpath&#8221; to convert the file path into another format and what ever format I put it in, it can&#8217;t find the file:</p>
<p>error: Text: can&#8217;t find file HD:/blah/text.txt     &#8211; when that is the correct location.</p>
<p>Any pointers anyone?</p>
<p>Thanks,<br />
Alain</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/help-text-cant-find-file-problem/#post-127002</guid>
					<title><![CDATA[Re: Help&#8230; text: can&#039;t find file problem]]></title>
					<link>http://cycling74.com/forums/topic/help-text-cant-find-file-problem/#post-127002</link>
					<pubDate>Sun, 13 Apr 2008 19:55:54 +0000</pubDate>
					<dc:creator>Kyred</dc:creator>

					<description>
						<![CDATA[
						<p>not &#8220;read&#8221; but &#8220;set&#8221;</p>
<p>
max v2;<br />
#N vpatcher 447 94 1047 494;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P message 287 212 33 196617 clear;<br />
#P message 248 78 49 196617 border 1;<br />
#P user textedit 248 235 348 285 32896 3 9;<br />
#P user dropfile 248 101 365 168 1;<br />
#P newex 248 191 62 196617 prepend set;<br />
#P connect 3 0 1 0;<br />
#P connect 1 0 0 0;<br />
#P connect 4 0 2 0;<br />
#P connect 0 0 2 0;<br />
#P pop;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/help-text-cant-find-file-problem/#post-127003</guid>
					<title><![CDATA[Re: Help&#8230; text: can&#039;t find file problem]]></title>
					<link>http://cycling74.com/forums/topic/help-text-cant-find-file-problem/#post-127003</link>
					<pubDate>Sun, 13 Apr 2008 20:05:51 +0000</pubDate>
					<dc:creator>darkflow</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the reply but that doesn&#8217;t solve it &#8211; I am trying to drag and drop a file to be directly loaded into the Text object. If I use &#8220;set&#8221; instead of &#8220;read&#8221;, it doesn&#8217;t load the file, it just adds the file path string to my text objects memory&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/help-text-cant-find-file-problem/#post-127004</guid>
					<title><![CDATA[Re: Help&#8230; text: can&#039;t find file problem]]></title>
					<link>http://cycling74.com/forums/topic/help-text-cant-find-file-problem/#post-127004</link>
					<pubDate>Sun, 13 Apr 2008 22:53:23 +0000</pubDate>
					<dc:creator>Rob Ramirez</dc:creator>

					<description>
						<![CDATA[
						<p>dropfile -> prepend read -> text<br />
works fine over here.</p>
<p>i know i&#8217;ve had some problems with harddrives that aren&#8217;t the root drive in the past, but without having a patch from you illustrating the problem, it&#8217;s all speculation.</p>
<p>-rob</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/help-text-cant-find-file-problem/#post-127005</guid>
					<title><![CDATA[Re: Help&#8230; text: can&#039;t find file problem]]></title>
					<link>http://cycling74.com/forums/topic/help-text-cant-find-file-problem/#post-127005</link>
					<pubDate>Sun, 13 Apr 2008 23:10:04 +0000</pubDate>
					<dc:creator>darkflow</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for you help guys, I have solved it now &#8211; basically it was max being a plonker. All the time I&#8217;ve been trying to debug it, I had max open. After giving up and closing max, now coming back to it it works fine!</p>
<p>So yeah, it should be as easy as dropfile -> prepend read -> text and now it works (but didn&#8217;t before for unknown reason X).</p>
<p>I should have know because I have encountered this restart and it works stuff a handful of times before&#8230;</p>
<p>Alain</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/help-text-cant-find-file-problem/#post-127006</guid>
					<title><![CDATA[Re: Help&#8230; text: can&#039;t find file problem]]></title>
					<link>http://cycling74.com/forums/topic/help-text-cant-find-file-problem/#post-127006</link>
					<pubDate>Mon, 14 Apr 2008 00:11:30 +0000</pubDate>
					<dc:creator>darkflow</dc:creator>

					<description>
						<![CDATA[
						<p>Hold on, the problem is back and I know why. If I make a text file in text edit with the contents of &#8220;hello&#8221;, and drop it into max it works, but I am dropping in .csv files from a spreadsheet (renamed .txt, which are plain text containing quotes and commas) and it wont work.</p>
<p>So its not a case of Text not finding stuff sometimes, it just says that it can&#8217;t find it when something goes wrong&#8230; (tut tut).</p>
<p>Interestingly when I remove the first line from the offending files which contains quotes (&#8220;&#8230;..&#8221;) it miraculously works&#8230; I find it a bit crap that Text can&#8217;t read text with quotes but I now know just not to use quotes.</p>
<p>Thanks,<br />
Alain</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

