True if the operating system on the machine where the web resides accepts long file names. Read-only Boolean.
This example checks the value of the AllowsLongFilenames property of the active WebEx object. This example assumes that ConvertLongFilenames is a procedure that is available to this code sample.
If ActiveWeb.AllowsLongFilenames = True Then
Exit Sub
Else
Call ConvertLongFilenames()
End If