Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3663-fail-on-warning-on' into 36…
Browse files Browse the repository at this point in the history
…63-fail-on-warning-on
  • Loading branch information
uchitsa committed Dec 24, 2024
2 parents be32630 + 6e88086 commit a44b2c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eo-runtime/src/main/eo/org/eolang/fs/file.eo
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
+rt node eo2js-runtime:0.0.0
+version 0.0.0

# A file on the filesystem.
# The file object in the filesystem.
[path] > file
$.path > @

Expand Down Expand Up @@ -67,13 +67,13 @@
^
^

# Deletes the file and and returns `true`.
# Deletes the file and returns `true`.
#
# Attention! The object is for internal usage only, please
# don't use the object programmatically outside of `file` object.
[] > delete /org.eolang.true

# Get file size in bytes.
# Gets the file size and returns it in bytes.
[] > size /org.eolang.number

# Move current file to `target`, making and returning a new `file` from it.
Expand All @@ -89,7 +89,7 @@
# don't use the object programmatically outside of `file` object.
[] > move /org.eolang.string

# Convert the `file` to `path`.
# Convert the `file` to the `path`.
(QQ.fs.path ^.path).determined > [] > as-path

# Opens the file.
Expand Down

0 comments on commit a44b2c5

Please sign in to comment.