Object specific | |
$extension | If true,the library is an extension library |
$freesize | The estimated free bytes within the file |
$ignoreexternal | The ignore external mode for the library |
$nodebug | If true,the local debugger is disabled for the library |
$pathname | The pathname of the file containing the object |
$prefs | The preference items |
$remotedebug | If true,remote debugging of this library is allowed.Cannot be set to true in an always private library |
$shared | If true, the file is open in shared mode On OSX 64 bit this property can not be set to true as shared access is not supported. |
$userlevel | The current user level of the library |
$vcsbuilddate | The date and time when this library was built using the VCS |
$vcsbuildersname | The name of the user who built this library using the VCS |
$vcsbuildnotes | The notes entered by the user when this library was built using the VCS |
Standard | $disksize $isprivate $name $parentfolder $userinfo |
$findandreplace | $findandreplace(cFind,cRep[,bIgnCase=kTrue,bWholeWord=kFalse,bRegExp=kFalse,bClearLog=kFalse,bReturnLog=kFalse]) If cRep is #NULL,finds all instances of cFind;otherwise,replaces all instances of cFind with cRep.Returns status row |
$modifypasswords | $modifypasswords([bSilent=kFalse]) opens the #PASSWORDS editor dialog. Returns kTrue if dialog opened successfully. It will fail (generating an OK message if bSilent is kFalse) if the library has not been opened by the master user |
$overridetables | $overridetables(cJsonPath,cEntry[,&cErrText]) Closes all window editors for lib,then uses member cEntry in JSON file cJsonPath to override system tables with entries stored in cEntry.Returns true for success,false and cErrText for failure |