Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeXMLManifest.GetFileEntryByFullPath

TElOpenOfficeXMLManifest     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Searches the file-entry by the full path.

Declaration

[C#]
    TElOpenOfficeXMLManifestFileEntry GetFileEntryByFullPath(string FullPath);

[VB.NET]
    Function GetFileEntryByFullPath(ByVal FullPath As String) As TElOpenOfficeXMLManifestFileEntry

[Pascal]
    function GetFileEntryByFullPath(FullPath : WideString) : TElOpenOfficeXMLManifestFileEntry;

[C++]
    TElOpenOfficeXMLManifestFileEntryHandle GetFileEntryByFullPath(const sb_u16string &FullPath);
    TElOpenOfficeXMLManifestFileEntryHandle GetFileEntryByFullPath(const std::wstring &FullPath);

[PHP]
    TElOpenOfficeXMLManifestFileEntry GetFileEntryByFullPath(string $FullPath)

[Java]
    TElOpenOfficeXMLManifestFileEntry getFileEntryByFullPath(String FullPath);

Parameters

  • FullPath - specifies full path to the desired entry

Return value

    Returns the desired file-entry.

Description

    Use this method to get the file-entry by the full path to it.

See also:     FileEntries    

Discuss this help topic in SecureBlackbox Forum