lingo-l Using baFileExists from buddyAPI

2003-01-07 Thread Mendelsohn, Michael
Hi all...

In the buddyAPI method, baFileExists(c:\thisIsThePath.doc), are there any
circumstances where the path has to be case sensitive?

Regards,
Michael Mendelsohn

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



Re: lingo-l Using baFileExists from buddyAPI

2003-01-07 Thread Daniel Plaenitz
At 15:59 07.01.2003 -0500, Mendelsohn, Michael wrote:


In the buddyAPI method, baFileExists(c:\thisIsThePath.doc), are there any
circumstances where the path has to be case sensitive?


Your example is win-based, I'd say: no for that environment.

However, http://www.mods.com.au/budapi/ (full function list) says the call 
is supported under MacOs, too. Under macOsX it is possible to configure the 
OS to be unixishly case sensitive. (search macosxhints.com for the details)

I didn't test it nor did I take a look at that  Version 1.4 OSX Beta 3  of 
budApi (url above, beta  future versions)  - but if anywhere I'd expect 
case sensitivity problems here: macOsX AND (power_user OR above)

best regards
daniel plaenitz

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]


Re: lingo-l Using baFileExists from buddyAPI

2003-01-07 Thread Daniel Plaenitz
At 00:09 08.01.2003 +0100, I wrote:

At 15:59 07.01.2003 -0500, Mendelsohn, Michael wrote:


In the buddyAPI method, baFileExists(c:\thisIsThePath.doc), are there any
circumstances where the path has to be case sensitive?


Your example is win-based, I'd say: no for that environment.


may be cygwin offers an option to act anal about case. Then again, setting 
up cygwin and director apps to play together is geekish enough to expect 
that whoever tries it would care for himself.

in other news: I've seen much hatred and sorrow after using SPACE or 
8-bit-chars in path/filenames

dp

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]