JUCE
Classes | Typedefs

Classes

class  DirectoryIterator
 Searches through the files in a directory, returning each file that is found. More...
 
class  File
 Represents a local file or directory. More...
 
struct  File::NaturalFileComparator
 Comparator for files. More...
 
class  FileFilter
 Interface for deciding which files are suitable for something. More...
 
class  FileInputStream
 An input stream that reads from a local file. More...
 
class  FileOutputStream
 An output stream that writes into a local file. More...
 
class  FileSearchPath
 Represents a set of folders that make up a search path. More...
 
class  MemoryMappedFile
 Maps a file into virtual memory for easy reading and/or writing. More...
 
class  TemporaryFile
 Manages a temporary file, which will be deleted when this object is deleted. More...
 
class  WildcardFileFilter
 A type of FileFilter that works by wildcard pattern matching. More...
 

Typedefs

using OSType = unsigned long
 

Detailed Description

Typedef Documentation

◆ OSType

using OSType = unsigned long