You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides an easy/secure way to use file operations.
Overwriting or deleting files/folders should be handled with care, but mistakes do happen.
To solve this problem, a permission-based system that specifies the target of the operation first is adopted.
Permission
bee.FileSystem takes an enumeration of file paths where operations are allowed.
Its instance can only operate on allowed file paths, operations on other file paths are disabled.
Provides an easy/secure way to use file operations.
Overwriting or deleting files/folders should be handled with care, but mistakes do happen.
To solve this problem, a permission-based system that specifies the target of the operation first is adopted.
Permission
bee.FileSystem
takes an enumeration of file paths where operations are allowed.Its instance can only operate on allowed file paths, operations on other file paths are disabled.
bee.glob
will be explained next.Enumeration
Provides
bee.glob
as a mechanism to simplify the enumeration of files. It has the same format as the Unix glob.bee.glob
returnsbee.Enumerable
of #8.Path
Provides path of Node.js-like static methods to simplify file path manipulation.
The text was updated successfully, but these errors were encountered: