adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IFoundFileInfo Interface / FullName Property


In This Topic
    FullName Property (IFoundFileInfo)
    In This Topic
    The full name of the file, including the path
    Syntax
    'Declaration
     
    
    ReadOnly Property FullName As String
    string FullName {get;}
    property String^ FullName {
       String^ get();
    }
    See Also