On Monday 11 September 2006 2:37 pm, Rüdiger Greeb wrote:
> Hello list,
>
> does anyone know, how Realsoftware's feedback system works in general?
>
> I added a state change request to
> http://www.realsoftware.com/feedback/viewreport.php?reportid=vflzieft
> three weeks ago, but there was no change until now.
>
> Problem is that you cannot access files under Linux using the
> FolderItem.Child() Method because RB doesn't insert the "/" in the
> filename.
>
> Regards
> Rüdiger
Hi Rüdiger,
I'm unable to access the feedback report right now, but I if I am reading your
post here correctly, I think that what you're trying to do does work for me.
With this in a PushButton and when I click, I get the "Yes" result.
Dim f as FolderItem
f=GetFolderItem("")
f=f.Child("SubFolder").Child("TextFile")
if f.Exists then
Msgbox "Yes"
Else
msgbox "no"
end if
This is MEPIS Linux and RB2006r3.
But, this is just a shot in the dark since I notice that you are not in the US
and have a "ü" in your name. For me, I can never access any folderItem if
there is a non-ascii character in the path. - f=GetFolderItem("niño") will
always be nil for me. Bug ID is uccfwmsu
Don Jungk
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>