tencent cloud

All product documents
Tencent Cloud Observability Platform
Last updated: 2025-03-11 19:41:08
open
Last updated: 2025-03-11 19:41:08
The open built-in function is used to open files.
open(filePath: string, mode?: '' | 'b'): string | ArrayBuffer

Parameters

Parameter
Type
Description
filePath
string
The relative path to the file.
mode?
'' or 'b'.
Open mode (optional). For text files, it is not necessary to specify a mode, and the return value is a string; for binary files, 'b' mode should be passed, and the return value is an ArrayBuffer.

Return

Type
Description
string or ArrayBuffer.
File data.

Samples

Open files:
export default function () {
let data = open('test1.json'); // Open text files by default.
console.log(data); // {"a":"b"}
data = open('test2.bin', 'b'); // Open binary files in 'b' mode.
console.log(data); // [object ArrayBuffer]
};

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback

Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support
Hong Kong, China
+852 800 906 020 (Toll Free)
United States
+1 844 606 0804 (Toll Free)
United Kingdom
+44 808 196 4551 (Toll Free)
Canada
+1 888 605 7930 (Toll Free)
Australia
+61 1300 986 386 (Toll Free)
EdgeOne hotline
+852 300 80699
More local hotlines coming soon