I have a bunch of Realbasic code that was written on a Mac that I'm supposed to port to Windows. Right now let's just try to get the program running from within REAL Studio. GetFolderItem("") returns the folder the application is in. Child("A") returns another FolderItem how I would expect. But when I call Child("B") on A it returns a FolderItem with False set for the Directory property. But B is a folder on my Windows! So now it won't let me get a Child of B, it just returns nil. This code worked fine on MacOSX. Any suggestions?
Thanks in advance, Me