com.livecode.file

Typemodule
DictionaryLCB
LibraryLiveCode Builder
Associationscom.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.

Note: This module is currently experimental and unstable. The syntax is likely to change in future versions of LiveCode.

TypeNameSummarySyntax
modulecom.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.

operatorFileContents

The data stored in a file.

the contents of file <File>

- - -GetDirectoryEntries

List the contents of a directory.

the entries of directory <Directory>

statementCreateDirectory

Create a named directory.

create directory <Directory>

- - -DeleteDirectory

Delete a directory.

delete directory <Directory>

- - -DeleteFile

Delete a file from the filesystem.

delete file <File>