Dwuri.isdirectory(), Dwuri.ishierarchical(), Dwuri.isoftype() – Adobe Dreamweaver API Reference CS5 User Manual

Page 281

Advertising
background image

276

DREAMWEAVER API REFERENCE

Document

Last updated 8/27/2013

Arguments
None.

Returns
A Boolean value:

true

if the URI is relative.

DWUri.isDirectory()

Availability
Dreamweaver CS5.

Description
Determines if the URI object is a directory. The URI object is not valid until it is constructed or initialized with the
valid URI.

Arguments
None.

Returns
A Boolean value:

true

if the URI is a directory.

DWUri.isHierarchical()

Availability
Dreamweaver CS5.

Description
Determines if the URI object is hierarchical. The URI object is not valid until it is constructed or initialized with the
valid URI.

Hierarchical URI objects point to a resource that has a hierarchical structure and whose hierarchy can be traversed
such as “

http://somedomain/parts/orders/index.html

”. Non-heirarchical URI objects cannot be traversed such

as “

mailto:[email protected]

” or “

about:blank

”.

Arguments
None.

Returns
A Boolean value:

true

if the URI is hierarchical.

DWUri.isOfType()

Availability
Dreamweaver CS5.

Advertising