Changes between Version 8 and Version 9 of tankplayer
- Timestamp:
- 02/27/12 16:48:26 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tankplayer
v8 v9 168 168 Function: Playback [[BR]] [[BR]] 169 169 170 Defines the number n of times to retry opening a tank file found in the !GetFromDir directory. The purpose of this parameter is that sometimes if a copy is used to move the file, it will not be finished writing by the time the tankplayer module gets to it. For that reason, the OpenTries number of open attempts is made to open the file for updating (even though it is just being read from). This assures the file can be read exclusively by the tankplayer module. If the file is not readable after 5 tries it is not attempted. Between each try, the program waits !OpenWait milliseconds.170 Defines the number n of times to retry opening a tank file found in the !GetFromDir directory. The purpose of this parameter is that sometimes if a copy is used to move the file, it will not be finished writing by the time the tankplayer module gets to it. For that reason, the !OpenTries number of open attempts is made to open the file for updating (even though it is just being read from). This assures the file can be read exclusively by the tankplayer module. If the file is not readable after 5 tries it is not attempted. Between each try, the program waits !OpenWait milliseconds. 171 171 {{{ 172 172 Default: 5