Files
mruby-mruby/mrbgems/mruby-io/mrblib
dearblue 88e3ce1b58 Fix File.expand_path for Windows
- The inner method `File._gethome` could be read as intending to use the `USERPROFILE` environment variable instead on Windows when the `HOME` environment variable is not available.
    In reality, however, this was not the case.
  - The result of `File.expand_path` should unify path separators with `/`, but it did not.
2024-12-08 10:43:20 +09:00
..
2024-12-08 10:43:20 +09:00
2023-01-07 16:39:59 +09:00
2019-10-21 18:50:52 +09:00