Neokernel API

HTTPFileServerAgent.addVirtualDirectory Method

This method adds a physical directory/virtual path mapping. If the mapping exists, or the virtual path already exists as a physical one, false will be returned.

public bool addVirtualDirectory(
   string virtualPath,
   string physicalDirectory
);

See Also

HTTPFileServerAgent Class | com.neokernel.httpd Namespace