File

แสดงที่เลิกใช้งานแล้ว

*เนื้อหานี้จะพร้อมใช้งานในภาษาที่คุณเลือกในเร็วๆ นี้

ไม่สามารถสร้าง
ไม่ซ้ำ

An object that represents an asset loaded from a file on a local disk. Files generate a temporary asset ID in the form rbxtemp:// which can be used in Studio without uploading the asset, but will be destroyed when the File is destroyed or when the Studio session ends. Temporary asset IDs are not shared across collaborative sessions.

The default Name of a File instance will be the filename on disk, excluding the path but including the extension.

สรุป

คุณสมบัติ

  • ซ่อนอยู่
    อ่านอย่างเดียว
    ไม่ซ้ำ
    อ่านพร้อมๆ กัน

    The size of the file on disk, in bytes.

วิธีการ

  • การรักษาความปลอดภัยของปลั๊กอิน

    Reads the contents of the File as a string.

  • GetTemporaryId():ContentId
    การรักษาความปลอดภัยของปลั๊กอิน

    Gets a rbxtemp:// asset ID for this File.

คุณสมบัติ

Size

ซ่อนอยู่
อ่านอย่างเดียว
ไม่ซ้ำ
อ่านพร้อมๆ กัน
การรักษาความปลอดภัยของปลั๊กอิน

The file size (in bytes) of the local file associated with this File.

วิธีการ

GetBinaryContents

การรักษาความปลอดภัยของปลั๊กอิน

This function is used to read the contents of the File as a raw binary string. This allows the file to be uploaded to web endpoints, or to be processed by plugins.


ส่งค่ากลับ

A raw binary string representation of the File contents.

GetTemporaryId

ContentId
การรักษาความปลอดภัยของปลั๊กอิน

This function is used to retrieve a temporary asset ID associated with the File. The ID can be used like rbxassetid://, for example it can be assigned to the Image property of an ImageLabel.

Throws an error if the file does not exist on disk.


ส่งค่ากลับ

ContentId

The temporary asset id.

อีเวนต์