Small company logo:
   History
 
Advertising banner:
 
 ServerFile.IsContainer
Home • Help • Customization Tools • FCAS • Language Reference • ServerFile.IsContainer
 
Purpose
Returns whether the current object on the FirstClass server is a container
Syntax
ServerFile.IsContainer
Example
Dim sf as ServerFile
sf.OpenFile ("MyContainer", fcRead)
If (sf.IsContainer) Debug "This is a container"