realbasic-nug
[Top] [All Lists]

Re: How can I determine if my program CD is in the driveofa Win32 mach

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: How can I determine if my program CD is in the driveofa Win32 machine?
From: Karl Holmes <karlh at nh dot com dot au>
Date: Fri, 28 Jun 2002 23:30:45 +1000
Jon Johnson wrote:

> Don't use getFolderitem along with volume.child()
>
> volume is a folderitem, and the method .child returns a folderitem.
>
> getFolderitem is for converting string paths into folderitems.
>
> So, just use f=volume(i).child("SFDev409")
>
> -Jon

Obvious when you think about it. I did say it was late.

Thanks Jon, much appreciated.

Karl Holmes



<Prev in Thread] Current Thread [Next in Thread>
  • Re: How can I determine if my program CD is in the driveofa Win32 machine?, Karl Holmes <=