mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Refactored some directory iteration code and other minor clean-ups.
This commit is contained in:
parent
5bbe222266
commit
a7e824032f
37 changed files with 1692 additions and 2016 deletions
|
|
@ -63,7 +63,7 @@ public:
|
|||
&& parentContentsList_->getFileInfo (indexInContentsList_, fileInfo))
|
||||
{
|
||||
fileSize = File::descriptionOfSizeInBytes (fileInfo.fileSize);
|
||||
modTime = fileInfo.modificationTime.formatted (T("%d %b '%y %H:%M"));
|
||||
modTime = fileInfo.modificationTime.formatted ("%d %b '%y %H:%M");
|
||||
isDirectory = fileInfo.isDirectory;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue