On Mar 30, 2008, at 10:02 PM, Christian Schmitz wrote:
> Still bugs there?
> I thought I fixed it several times?
If there have been drives mounted since the computer's last restart,
unixpathmbs and shellpath both return "/Macintosh HD" for the root
volume instead of "/" (of course, with your correct root volume name)
--
Thom McGrath
The ZAZ Studios
<http://www.thezaz.com/> AIM: thezazstudios
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
From Mon 31 Mar 2008 04:09:09 +0200
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
id DB4BC65175EE; Sun, 30 Mar 2008 19:09:19 -0700 (PDT)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
www.realsoftware.com
X-Spam-Level:
X-Spam-Status: No, score=-2.6 required=4.5 tests=AWL,BAYES_00 autolearn=ham
version=3.1.1
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
by xmail.realsoftware.com (Postfix) with ESMTP id F189965175E1;
Sun, 30 Mar 2008 19:09:14 -0700 (PDT)
Received: from m.realsoftware.com (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP id 43E3E1209AB7;
Sun, 30 Mar 2008 21:09:13 -0500 (CDT)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from smtprelay09.ispgateway.de (smtprelay09.ispgateway.de
[80.67.29.23])
by lists.realsoftware.com (Postfix) with ESMTP id 454D01209AAC
for <realbasic-nug at lists dot realsoftware dot com>;
Sun, 30 Mar 2008 21:09:11 -0500 (CDT)
Received: from [84.175.116.155] (helo=[192.168.1.80])
by smtprelay09.ispgateway.de with esmtpa (Exim 4.68)
(envelope-from <realbasiclists at monkeybreadsoftware dot de>)
id 1Jg9SP-0005gn-Oq for realbasic-nug at lists dot realsoftware dot com;
Mon, 31 Mar 2008 04:09:09 +0200
To: realbasic-nug at lists dot realsoftware dot com (REALbasic NUG)
In-Reply-To: <C9AA3979-7F5C-4A53-B510-A6796327BD31 at thezaz dot com>
Subject: Re: Unix path
From: realbasiclists at monkeybreadsoftware dot de (Christian Schmitz)
Date: Mon, 31 Mar 2008 04:09:09 +0200
Message-ID: <1ienfh7 dot fq7srazp9kznM%realbasiclists at monkeybreadsoftware
dot de>
MIME-Version: 1.0
User-Agent: MacSOUP/D-2.8.2 (Mac OS X version 10.5.2 (x86))
X-Df-Sender: 363246
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com
Thom McGrath <lists at thezaz dot com> wrote:
> On Mar 30, 2008, at 10:02 PM, Christian Schmitz wrote:
> =
> > Still bugs there?
> > I thought I fixed it several times?
> =
> If there have been drives mounted since the computer's last restart,
> unixpathmbs and shellpath both return "/Macintosh HD" for the root =
> volume instead of "/" (of course, with your correct root volume name)
Well, I can't reproduce that with my current plugins:
dim c as integer
dim i as integer
dim f as FolderItem
=
c=3DVolumeCount-1
for i=3D0 to c
f=3DVolume(i)
Listbox1.AddRow f.UnixpathMBS
next
This shows "/" for Volume(0).
have you tried plugins from this year?
Gru=DF
Christian
-- =
Over 900 classes with 18000 functions in one REALbasic plug-in. =
The Monkeybread Software Realbasic Plugin v8.1. =
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|