SharedFilePath
The SharedFilePath
parameter specifies a directory in which you can store shared files, and from which you can retrieve and edit shared files by using the GetSharedFile and UpdateSharedFile actions. For example, you can store your Lua scripts in the shared directory, and then reference those scripts from the configuration files of other servers by using the IDOL Site Admin interface.
NOTE: You can store files in any location in the shared directory, including subdirectories.
Type: | String |
Default: | sharedfiles
|
Required: | No |
Configuration Section: | Server |
Example: | SharedFilePath=C:/sharedfiles
|
See Also: |