I don't see it losing defined scripables columns. have you checked the option for the script to be a FileProp?
Thanks. Checking this option works.
But there's another issue. Some multiscript functions fails with certain files. E.g.
FileExists returns 0 for "hiberfil.sys", "pagefilt.sys", "swapfile.sys". And
IsFolder fails with script engine error.
This sample code: will variable be visible out of its scope?
if(IsVariableDefined("$_FILEPROP_FILEPATH") == 0)
{
@var $_FILEPROP_FILEPATH = GetTargetFocusPath();
}