3 Misc Functions

AE.Component.rectifyRelativeName (path)
Will return the full path of path as taken as relative to the directory of the currently executing component. For example: if the currently executing component is /foo/bar/baz.comp calling
AE.Component.rectifyRelativeName('.')
will return /foo/bar/ and

AE.Component.rectifyRelativeName('doofus')
will return /foo/bar/doofus and

AE.Component.rectifyRelativeName('/absolute/path')
will return /absolute/path.