42 <p> |
42 <p> |
43 It includes a list of commands for general use on the various boards. |
43 It includes a list of commands for general use on the various boards. |
44 If a board needs special treatment, the command should be overwritten |
44 If a board needs special treatment, the command should be overwritten |
45 in the board specific subclass. Commands are provided to perform operations |
45 in the board specific subclass. Commands are provided to perform operations |
46 on the file system of a connected MicroPython device, for getting and setting |
46 on the file system of a connected MicroPython device, for getting and setting |
47 the time on the board and getting board related data. Supported file system |
47 the time on the board and getting board related data. |
48 commands are: |
48 </p> |
|
49 <p> |
|
50 Supported file system commands are: |
49 <ul> |
51 <ul> |
50 <li>cd: change directory</li> |
52 <li>cd: change directory</li> |
51 <li>exists: test the existence of a file or directory on the device</li> |
53 <li>exists: test the existence of a file or directory on the device</li> |
52 <li>fileSystemInfo: get information about the file system</li> |
54 <li>fileSystemInfo: get information about the file system</li> |
53 <li>get: get a file from the connected device</li> |
55 <li>get: get a file from the connected device</li> |