Smart Machine Smart Decision
SIM7500_SIM7600 Series_AT Command Manual_V1.07 2017-12-25
New name of specified file, string with or without double quotes.
If the file path contains
non-ASCII characters, the file path parameter should contain a prefix of {non-
quotation mark.
Examples
AT+FSRENAME=image_0.jpg, image_1.jpg
AT+FSRENAME= "my test.jpg", {non-ascii}"E6B58BE8AF95E99984E4BBB62E6A7067"
13.7 AT+FSATTRI Request file attributes
Description
This command is used to request the attributes of file which exists in current directory.
SIM PIN References
NO Vendor
Syntax
Test Command Responses
Write Command Responses
AT+FSATTRI=<filename>
+FSATTRI: <file_size>, <create_date>
OK
Defined values
<filename>
String with or without double quotes, file name which is in current directory. If the file path
contains non-ASCII characters, the file path parameter should contain a prefix of {non-ascii} and
<file_size>
The size of specified file, and the unit is in Byte.
Create date and time of specified file, the format is YYYY/MM/DD HH/MM/SS Week.
Week – Mon, Tue, Wed, Thu, Fri, Sat, Sun
Examples
AT+FSATTRI=image_0.jpg
+FSATTRI: 8604, 2008/04/28 10:24:46 Tue