1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core/files
2018-04-16 12:26:42 +01:00
..
juce_DirectoryIterator.cpp Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
juce_DirectoryIterator.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_File.cpp Added a parameter to File::appendText, File::replaceWithText and OutputStream::writeText to provide control over if/how line-feeds are replaced when writing text to a file 2018-04-16 12:26:42 +01:00
juce_File.h Added a parameter to File::appendText, File::replaceWithText and OutputStream::writeText to provide control over if/how line-feeds are replaced when writing text to a file 2018-04-16 12:26:42 +01:00
juce_FileFilter.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_FileFilter.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FileInputStream.cpp Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder 2017-11-02 12:14:10 +00:00
juce_FileInputStream.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FileOutputStream.cpp Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder 2017-11-02 12:14:10 +00:00
juce_FileOutputStream.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FileSearchPath.cpp Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 2018-01-17 11:23:12 +00:00
juce_FileSearchPath.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_MemoryMappedFile.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_TemporaryFile.cpp Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder 2017-11-02 12:14:10 +00:00
juce_TemporaryFile.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_WildcardFileFilter.cpp Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder 2017-11-02 12:14:10 +00:00
juce_WildcardFileFilter.h Add documentation tags 2018-03-15 12:10:32 +00:00