TURL_SetUserName |
Sets the user name to be used for password protected URLs.
Syntax
TURL_SetUserName ( switches ; username )
TURL_SetUserName |
Sets the user name to be used for password protected URLs.
TURL_SetUserName ( switches ; username )
TURL_ToHTTP |
Encodes a text in HTTP.
TURL_ToHTTP ( switches ; text )
TURL_ToURLEncoded |
URL encodes text (also known as percent-encoding).
TURL_ToURLEncoded ( switches ; text )
TURL_Version |
Use this function to see which version of the plug-in is loaded. This function is also used to register the plug-in.
TURL_Version ( switches )
TURL_VersionAutoUpdate |
Use this function to see which version of the plug-in is loaded, formatted for FileMaker Server’s AutoUpdate function. Returns 8 digit number to represent an AutoUpdate version.
TURL_VersionAutoUpdate
For a path to a text file you can use for example: smb://192.168.178.12/myShare/MainFolder/subFolder/mytext.txt Continue Reading