<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - Problem with RFile - Comments</title>
 <link>http://www.newlc.com/forum/problem-rfile-0</link>
 <description>Comments for &quot;Problem with RFile&quot;</description>
 <language>en</language>
<item>
 <title>Re: Problem with RFile</title>
 <link>http://www.newlc.com/forum/problem-rfile-0#comment-46413</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;you can overcome this problum. Go to your SDK and &lt;br /&gt;
See this function Seek(TSeek aMode, TInt &amp;aPos) and&lt;br /&gt;
use this Enum ESeekEnd.&lt;br /&gt;
means frist open your file and then use Seek function.&lt;br /&gt;
i hope you will understand.&lt;/p&gt;

&lt;p&gt;thanks. &lt;/p&gt;</description>
 <pubDate>Mon, 19 May 2008 11:47:21 +0200</pubDate>
 <dc:creator>RaviRawat</dc:creator>
 <guid isPermaLink="false">comment 46413 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Problem with RFile</title>
 <link>http://www.newlc.com/forum/problem-rfile-0#comment-46396</link>
 <description>&lt;p&gt;Hey Thanks to all of you &lt;br /&gt;
i am going to try this and will get back with the result &lt;/p&gt;</description>
 <pubDate>Sun, 18 May 2008 09:04:50 +0200</pubDate>
 <dc:creator>sulabh120881</dc:creator>
 <guid isPermaLink="false">comment 46396 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Problem with RFile</title>
 <link>http://www.newlc.com/forum/problem-rfile-0#comment-46381</link>
 <description>&lt;p&gt;Hi Sulabh&lt;/p&gt;

&lt;p&gt;   Seeking can be done as given the above example, one more thing is that make sure when you are reopening your file, open it with RFile::Open() method rather than the RFile::Replace() method().&lt;/p&gt;</description>
 <pubDate>Fri, 16 May 2008 10:06:08 +0200</pubDate>
 <dc:creator>SymbianReady</dc:creator>
 <guid isPermaLink="false">comment 46381 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Problem with RFile</title>
 <link>http://www.newlc.com/forum/problem-rfile-0#comment-46378</link>
 <description>&lt;p&gt;Sligthly useful example, but not fully, since that code doesn&#039;t compile -- seek is not a class (static) method.&lt;/p&gt;

&lt;p&gt;But I&#039;m sure sulabh120881 manages to get it working since he (she?) already has working code using RFile.&lt;/p&gt;</description>
 <pubDate>Fri, 16 May 2008 08:23:29 +0200</pubDate>
 <dc:creator>Andreas</dc:creator>
 <guid isPermaLink="false">comment 46378 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Problem with RFile</title>
 <link>http://www.newlc.com/forum/problem-rfile-0#comment-46377</link>
 <description>&lt;p&gt;I think the easy way would be to use.&lt;/p&gt;

&lt;p&gt;TInt pos;&lt;br /&gt;
RFile::Seek( ESeekEnd,pos );&lt;/p&gt;

&lt;p&gt;and then write normally to the file.&lt;/p&gt;

&lt;p&gt;Hope it was useful.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 16 May 2008 07:50:50 +0200</pubDate>
 <dc:creator>prajwal.r.m</dc:creator>
 <guid isPermaLink="false">comment 46377 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Problem with RFile</title>
 <link>http://www.newlc.com/forum/problem-rfile-0#comment-46374</link>
 <description>&lt;p&gt;No it doesn&#039;t help. It doesn&#039;t show how to use RFile::Seek to go to the end of file to add content to previously created file.&lt;/p&gt;</description>
 <pubDate>Thu, 15 May 2008 23:39:04 +0200</pubDate>
 <dc:creator>Andreas</dc:creator>
 <guid isPermaLink="false">comment 46374 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Problem with RFile</title>
 <link>http://www.newlc.com/forum/problem-rfile-0#comment-46373</link>
 <description>&lt;p&gt;See if this helps&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://wiki.forum.nokia.com/index.php/Reading_and_writing_files&quot;&gt;http://wiki.forum.nokia.com/index.php/Reading_and_writing_files&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 15 May 2008 22:07:21 +0200</pubDate>
 <dc:creator>Symbian_Neil</dc:creator>
 <guid isPermaLink="false">comment 46373 at http://www.newlc.com</guid>
</item>
<item>
 <title>Problem with RFile</title>
 <link>http://www.newlc.com/forum/problem-rfile-0</link>
 <description>&lt;p&gt;Hi To All,&lt;/p&gt;

&lt;p&gt;I am using RFile to create a txt file and writing some data in this when i write second time in my file it overwrite the previous data .&lt;br /&gt;
I want to add my data with previous one Please tell me how can i do this.&lt;/p&gt;

&lt;p&gt;Thanks.  &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/problem-rfile-0&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/forum/problem-rfile-0#comments</comments>
 <category domain="http://www.newlc.com/forums/symbian-c">Symbian C++</category>
 <pubDate>Thu, 15 May 2008 21:16:56 +0200</pubDate>
 <dc:creator>sulabh120881</dc:creator>
 <guid isPermaLink="false">20947 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
