Back to product page

AllowBrowsing property


Determines if folder browsing is allowed.

Type

Boolean

Syntax

  • Basic
object.AllowBrowsing [= value]
The AllowBrowsing(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodWebServer
valueA Boolean value.

Remarks

This property specifies if wodWebServer will generate browsable list of files in a folder when client requests a valid directory, but where index.html does not exist. Clients will be able to navigate through files/folders and download them.

wodWebServer does not interfere in any way in directory listing - it just provides it as HTML table to the client, generating download URLs for each of them.

Platforms

Windows