Gets the file name at the specified index.
Go2Status Go2System_FileNameAt(Go2System system, Go2UInt32 index, Go2Char* name, Go2UInt32 capacity);
|
Parameters |
Description |
|
Go2System system |
Go2System object. |
|
Go2UInt32 index |
Index of the desired file name. |
|
Go2Char* name |
Receives the name of the file. |
|
Go2UInt32 capacity |
Capacity of the file name buffer. |
Operation status.
Go2System.h