com.livecode.file | |
Type | module |
Dictionary | LCB |
Library | LiveCode Builder |
Associations | com.livecode.file |
Summary | This module specifies the syntax definitions and bindings for filesystem operations in LiveCode Builder. *Note:* This module is currently experimental and unstable. The syntax is likely to change in future versions of LiveCode. |
Description | This module specifies the syntax definitions and bindings for filesystem operations in LiveCode Builder.
|
Type | Name | Summary | Syntax |
---|---|---|---|
module | com.livecode.file | This module specifies the syntax definitions and bindings for filesystem operations in LiveCode Builder. *Note:* This module is currently experimental and unstable. The syntax is likely to change in future versions of LiveCode. | |
operator | FileContents | The data stored in a file. | the contents of file <File> |
- - - | GetDirectoryEntries | List the contents of a directory. | the entries of directory <Directory> |
statement | CreateDirectory | Create a named directory. | create directory <Directory> |
- - - | DeleteDirectory | Delete a directory. | delete directory <Directory> |
- - - | DeleteFile | Delete a file from the filesystem. | delete file <File> |