@@ -296,16 +296,15 @@ Special Rows
296296
297297 Large timetables can require many paths, and loading those paths can take
298298 considerable time (several minutes). To reduce this loading time, the paths
299- can be stored in a processed, binary format. This format is the same as used
300- in the 'save' command. Note that the binary path information cannot be
301- directly accessed by the user, either for reading or for writing. When
302- ``/binary `` is set, the program will check if a binary path exists. If so, it
303- will read that path. If not, it will read the 'normal' path, and will then
304- store this as binary for future use. Binary paths are stored in a subdirectory
305- named ``OpenRails `` which must be created in the Paths directory of the route.
299+ can be stored in files in a processed, binary format. When
300+ ``/binary `` is set, the program will check if a binary path file exists.
301+ If so, it will read that path. If not, it will read the 'normal' path, and will then
302+ store this as a binary path file for future use.
306303
307304 Note: If a path or the route is edited, then the binary data will be out of date.
308305 If so, it is deleted and re-created automatically when the user starts the route.
306+ These files are stored in the same
307+ folder as Saves - see :ref: `Folders used by Open Rails <appendices-folders_used >`.
309308
310309- ``#consist `` row
311310
0 commit comments