<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Replace backslash character to slash in a String with JAVA</title>
	<atom:link href="http://www.jmstudio.org/archives/120/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jmstudio.org/archives/120</link>
	<description>Software Developer and VFX Artist</description>
	<lastBuildDate>Sat, 10 Dec 2011 16:40:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Akhil</title>
		<link>http://www.jmstudio.org/archives/120/comment-page-1#comment-96</link>
		<dc:creator>Akhil</dc:creator>
		<pubDate>Sat, 10 Dec 2011 16:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jmstudio.org/?p=120#comment-96</guid>
		<description>Many Many thanks.........</description>
		<content:encoded><![CDATA[<p>Many Many thanks&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arpan Chaudhuri</title>
		<link>http://www.jmstudio.org/archives/120/comment-page-1#comment-88</link>
		<dc:creator>Arpan Chaudhuri</dc:creator>
		<pubDate>Thu, 19 May 2011 06:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jmstudio.org/?p=120#comment-88</guid>
		<description>It is possible if address is obtained as an environment variable in your code ie

String address = System.getenv(&quot;ART_HOME&quot;);
			String backslash= System.getProperty(&quot;file.separator&quot;) ;
address= address.replace(backslash,&quot;/&quot;);
System.out.println(address);


ART_HOME=D:\TEST
Output: D:/TEST</description>
		<content:encoded><![CDATA[<p>It is possible if address is obtained as an environment variable in your code ie</p>
<p>String address = System.getenv(&#8220;ART_HOME&#8221;);<br />
			String backslash= System.getProperty(&#8220;file.separator&#8221;) ;<br />
address= address.replace(backslash,&#8221;/&#8221;);<br />
System.out.println(address);</p>
<p>ART_HOME=D:\TEST<br />
Output: D:/TEST</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selva</title>
		<link>http://www.jmstudio.org/archives/120/comment-page-1#comment-73</link>
		<dc:creator>selva</dc:creator>
		<pubDate>Thu, 14 Oct 2010 12:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jmstudio.org/?p=120#comment-73</guid>
		<description>I tried in many website. But yours very nice it&#039;s working.</description>
		<content:encoded><![CDATA[<p>I tried in many website. But yours very nice it&#8217;s working.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

