Browse Source

Comment fix.

tags/2021-05-28
jules 12 years ago
parent
commit
a12db728d5
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      modules/juce_core/files/juce_File.h

+ 1
- 2
modules/juce_core/files/juce_File.h View File

@@ -205,8 +205,7 @@ public:
@param extensionToTest the extension to look for - it doesn't matter whether or
not this string has a dot at the start, so ".wav" and "wav"
will have the same effect. The comparison used is
case-insensitve. To compare with multiple extensions, this
will have the same effect. To compare with multiple extensions, this
parameter can contain multiple strings, separated by semi-colons -
so, for example: hasFileExtension (".jpeg;png;gif") would return
true if the file has any of those three extensions.


Loading…
Cancel
Save