<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 39: path bug of checkPath() in windows</title><link>https://sourceforge.net/p/sqlitemanager/bugs/39/</link><description>Recent changes to 39: path bug of checkPath() in windows</description><atom:link href="https://sourceforge.net/p/sqlitemanager/bugs/39/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 25 Sep 2007 06:41:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sqlitemanager/bugs/39/feed.rss" rel="self" type="application/rss+xml"/><item><title>path bug of checkPath() in windows</title><link>https://sourceforge.net/p/sqlitemanager/bugs/39/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;in checkPath(), "\" will take the db's path error.&lt;br /&gt;
for example:&lt;br /&gt;
c:\data\test.db will save as c:datatest.db in config.db .&lt;br /&gt;
convert "\" to "/" can solve this problem.&lt;/p&gt;
&lt;p&gt;code is:&lt;br /&gt;
function checkPath()&lt;br /&gt;
{&lt;br /&gt;
if(document.database.dbRealpath.value)&lt;br /&gt;
{&lt;br /&gt;
document.database.dbpath.value = document.database.dbRealpath.value.replace("\\", "/");&lt;br /&gt;
document.database.dbRealpath.value = '';&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 25 Sep 2007 06:41:07 -0000</pubDate><guid>https://sourceforge.net0a18d893c3394d0b4952c7aa744cf0f15ba0d465</guid></item></channel></rss>