From c5d9600fa125428f6569b8c180bc230066c6af5e Mon Sep 17 00:00:00 2001 From: jules Date: Sat, 17 Jan 2015 13:29:26 +0000 Subject: [PATCH] Added comment to a file method. --- modules/juce_core/files/juce_File.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/juce_core/files/juce_File.h b/modules/juce_core/files/juce_File.h index 522559aace..5c9a1cd188 100644 --- a/modules/juce_core/files/juce_File.h +++ b/modules/juce_core/files/juce_File.h @@ -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;