comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » is directory
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
is directory [message #15586] Sun, 30 May 1999 00:00
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Hi

is there a faster way to examine if a name is a directory or not as by
the following function

FUNCTION is_dir,path
errvar=0
CATCH,errvar
IF errvar NE 0 THEN RETURN,0
CD,curr=curr,path
CD,curr
RETURN,1
END

R.Bauer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: FINDFILE
Next Topic: Re: Passing Keyword Parameters

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:55:40 PDT 2025

Total time taken to generate the page: 0.00323 seconds