HaxeFoundation / HaxeFoundation/haxe

specify "normalization" in sys.FileSystem.fullPath

Open
#5,329 0 comments 0 reactions 0 assignees View on GitHub
documentation feature-filesystem
Dominant language
Haxe
Stars
6.9k
Forks
715
Avg merge
2d 2h
Merged PRs (30d)
11

Description

The current doc says the following:

``` haxe
/**
Returns the full path of the file or directory specified by `relPath`,
which is relative to the current working directory. Symlinks will be
followed and the path will be normalized.

If `relPath` is null, the result is unspecified.
**/
static function fullPath( relPath : String ) : String;
```

Could we please specify what _normalized_ exactly means here? Because apparently it's different from `haxe.io.Path.normalize` (e.g. it doesn't replace backslashes with slashes).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.