adTempus API
ArcanaDevelopment.adTempus.Shared.FileBrowse Namespace / FileInfo Class / FullName Property


In This Topic
    FullName Property (FileInfo)
    In This Topic
    The fully-qualified name of the file, including the path of the ParentDirectory (if any)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FullName As String
    public string FullName {get;}
    public:
    property String^ FullName {
       String^ get();
    }
    See Also