mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Minor documentation correction in File.
This commit is contained in:
parent
34ce7f7019
commit
41c2e8ea26
1 changed files with 2 additions and 1 deletions
|
|
@ -430,7 +430,8 @@ public:
|
|||
|
||||
If it already exists or is a directory, this method will do nothing.
|
||||
|
||||
@returns true if the file has been created (or if it already existed).
|
||||
@returns a result to indicate whether the file was created successfully,
|
||||
or an error message if it failed.
|
||||
@see createDirectory
|
||||
*/
|
||||
Result create() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue