JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
juce::DirectoryEntry Class Referencefinal

Describes the attributes of a file or folder. More...

#include "juce_RangedDirectoryIterator.h"

Public Member Functions

File getFile () const
 The path to a file or folder.
 
Time getModificationTime () const
 The time at which the item was last modified.
 
Time getCreationTime () const
 The time at which the item was created.
 
int64 getFileSize () const
 The size of the item.
 
bool isDirectory () const
 True if the item is a directory, false otherwise.
 
bool isHidden () const
 True if the item is hidden, false otherwise.
 
bool isReadOnly () const
 True if the item is read-only, false otherwise.
 
float getEstimatedProgress () const
 The estimated proportion of the range that has been visited by the iterator, from 0.0 to 1.0.
 

Friends

class RangedDirectoryIterator
 

Detailed Description

Describes the attributes of a file or folder.

@tags{Core}

Definition at line 35 of file juce_RangedDirectoryIterator.h.

Member Function Documentation

◆ getCreationTime()

Time juce::DirectoryEntry::getCreationTime ( ) const

The time at which the item was created.

Definition at line 45 of file juce_RangedDirectoryIterator.h.

◆ getEstimatedProgress()

float juce::DirectoryEntry::getEstimatedProgress ( ) const

The estimated proportion of the range that has been visited by the iterator, from 0.0 to 1.0.

Definition at line 29 of file juce_RangedDirectoryIterator.cpp.

◆ getFile()

File juce::DirectoryEntry::getFile ( ) const

The path to a file or folder.

Definition at line 39 of file juce_RangedDirectoryIterator.h.

◆ getFileSize()

int64 juce::DirectoryEntry::getFileSize ( ) const

The size of the item.

Definition at line 48 of file juce_RangedDirectoryIterator.h.

◆ getModificationTime()

Time juce::DirectoryEntry::getModificationTime ( ) const

The time at which the item was last modified.

Definition at line 42 of file juce_RangedDirectoryIterator.h.

◆ isDirectory()

bool juce::DirectoryEntry::isDirectory ( ) const

True if the item is a directory, false otherwise.

Definition at line 51 of file juce_RangedDirectoryIterator.h.

◆ isHidden()

bool juce::DirectoryEntry::isHidden ( ) const

True if the item is hidden, false otherwise.

Definition at line 54 of file juce_RangedDirectoryIterator.h.

◆ isReadOnly()

bool juce::DirectoryEntry::isReadOnly ( ) const

True if the item is read-only, false otherwise.

Definition at line 57 of file juce_RangedDirectoryIterator.h.

Friends And Related Symbol Documentation

◆ RangedDirectoryIterator

Definition at line 74 of file juce_RangedDirectoryIterator.h.


The documentation for this class was generated from the following files: