<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi everybody,<div><br></div><div>had a more in depth look at the example for diagnose that Ruslan told me about. This seems to be more of a Realbasic issue and a very strange one.</div><div><br></div><div><div> dim res as Boolean</div><div> dim report as FolderItem</div><div> 'more code</div><div><br></div><div> 'report = GetTemporaryFolderItem </div><div> report = GetSaveFolderItem( "txt", "Diagnose.txt" )</div><div> res = mDatabase.Diagnose( 4, report )</div><div><br></div><div>'more code</div><div><br></div><div>Using the original code with report = GetSaveFolderItem( "txt", "Diagnose.txt" ) everything works fine. With report = GetTemporaryFolderItem the diagnose file gets created (checked in Finder!!!), but the the debugger says report.exists = false. After changing to use mktemp everything works okay.</div><div><br></div><div><div>Am 25.02.2010 um 09:25 schrieb Beatrix Willius:</div><br class="Apple-interchange-newline"><blockquote type="cite">thanks for the idea.<br><br>The line<br><br>dim theDiagnoseFile as FolderItem = GetTemporaryFolderItem<br><br>creates the folderitem and makes it non nil.<br><br>Later at<br><br>if theDiagnoseFile = nil or not theDiagnoseFile.Exists then<span class="Apple-converted-space"> </span><br><br>the code bails out because the file doesn't exist. There are no virtual locations with Mac OS.<br><br><br>Ruslan and team: any idea what is happening here?</blockquote></div><br><div>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Mit freundlichen Grüßen/Regards</font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Trixi Willius</font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><a href="http://www.mothsoftware.com">http://www.mothsoftware.com</a></font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Mail Archiver X: archive, clean and search email</font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><a href="http://www.beatrixwillius.de">http://www.beatrixwillius.de</a></font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Fractals, 3d landscapes etc.</font></p>
</div>
<br></div></body></html>