VS:EncryptPlugin

From Vectorworks Developer
Revision as of 15:44, 5 January 2015 by Root (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Encrypt one VectorScript Plug-in file.

FUNCTION EncryptPlugin(
fullPath :STRING) : BOOLEAN;
def vs.EncryptPlugin(fullPath):
    return BOOLEAN

Parameters

fullPath STRING

Remarks

This function is provided by an external plug-in that is not provided by the normal distribution of Vectorworks.

The plug-in is called ‘BatchEncryption’ and can be found inside ‘ToolsWin’ or ‘ToolsMac’ folders of the corresponding Vectorworks SDKs.

The Vectorworks SDK can be downloaded here: http://www.vectorworks.net/support/custom/sdk/sdkdown.php

Version

Availability: from Vectorworks 2014

See Also

VS:EncryptAllPlugins

[[VS:EncryptAllPlugins]]