Video Test Generator User Guide

282 Appendix A Command Reference
DIRB
DIRectory editing Begin
Class Directory memory management
Description Marks the beginning of a directory editing session. This command does nothing in the
current firmware version, but is used for compatibility with future versions of firmware.
Command syntax DIRB
Other required
commands
Use either a DIRL command to load an existing directory or a DIRN command to create a
new directory. Use DIRE when ending the editing session.
Example
DIRN // Initialize directory edit buffer
DIRB // Start directory editing session
// One or more directory editing commands ...
DIRE // End directory editing session