Eyeon:Script/Reference/Applications/eyeonServer/Classes/Library/GetRootData

From VFXPedia

Jump to: navigation, search

Contents

library : GetRootData()

Arguments

GetRootData()

Returns

A table containing information about the library root folder.

Remarks

No Remarks.

Requirements

  • eyeonScript 5.01
  • Fusion 5.01

Examples

es = eyeonServer("localhost")

lib = es:OpenLibrary("Library", "Kane", "Rosebud")

dump(lib:GetRootData())


Tips for GetRootData (edit)

EyeonTips:Script/Reference/Applications/eyeonServer/Classes/Library/GetRootData