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


In This Topic
    DirectoryName Property
    In This Topic
    The full name of the directory in which the file is located.
    Syntax
    'Declaration
     
    
    ReadOnly Property DirectoryName As String
    string DirectoryName {get;}
    property String^ DirectoryName {
       String^ get();
    }
    See Also