EPDM full file path and folder id

Hello

Is there a way to read folder id and full file path of selected file in EPDM vault

I am trying below code but not works for me

For Folder Id  -

@

folderId = ppoData(index).mlObjectID3

For full file path -

fileObject = poCmd.mpoVault.GetObject(EdmObjectType.EdmObject_File, ppoData(index).mlObjectID1)

SolidworksApi macros