Browse Source

Added comment to a file method.

tags/2021-05-28
jules 10 years ago
parent
commit
c5d9600fa1
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      modules/juce_core/files/juce_File.h

+ 3
- 0
modules/juce_core/files/juce_File.h View File

@@ -493,6 +493,9 @@ public:
Note that the destination file isn't the directory to put it in, it's the actual
filename that you want the new file to have.
Also note that on some OSes (e.g. Windows), moving files between different
volumes may not be possible.
@returns true if the operation succeeds
*/
bool moveFileTo (const File& targetLocation) const;


Loading…
Cancel
Save