Class | Description |
---|---|
CreateDirectory |
Creates a new directory.
|
CreateFile |
Used to check existence of file.
|
Delete |
Deletes a given file or a directory.
|
GetModifiedTime |
Retrieves the last modified time of the specified file.
|
GetName |
Creates the file at the path specified in the File struct.
|
GetPathValue |
Creates the file at the path specified in the File struct.
|
Init |
Initializes a given file location to a path.
|
IsDirectory |
Validates whether the given input is a directory.
|
List |
List out the content in directory.
|
ParseJson |
Native function ballerina.internal:parseJson.
|
PathExists |
Used to check existence of file.
|
ToAbsolutePath |
Creates the file at the path specified in the File struct.
|
Copyright © 2018 WSO2. All rights reserved.