Fixed error in documentation of UTILS.LoadFromFile

This commit is contained in:
kaltokri 2024-06-09 10:59:58 +02:00
parent 16dc3860f7
commit 137f0251fb

View File

@ -2484,7 +2484,7 @@ function UTILS.SaveToFile(Path,Filename,Data)
return true return true
end end
--- Function to save an object to a file --- Function to load an object from a file.
-- @param #string Path The path to use. Use double backslashes \\\\ on Windows filesystems. -- @param #string Path The path to use. Use double backslashes \\\\ on Windows filesystems.
-- @param #string Filename The name of the file. -- @param #string Filename The name of the file.
-- @return #boolean outcome True if reading is possible and successful, else false. -- @return #boolean outcome True if reading is possible and successful, else false.