Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ await Neutralino.filesystem.move('./myDir', './myFolder');

## filesystem.getStats(path)
Returns file statistics for the given path. If the given path doesn't exist or is inaccessible,`NE_FS_NOPATHE` is thrown.
Therefore, you can use this method to check for the existance of a file or directory.
Therefore, you can use this method to check for the existence of a file or directory.

### Parameters

Expand Down