Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileSystem: add resolvePath #308

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

JanTvrdik
Copy link
Contributor

  • new feature
  • BC break: no

This a port of path.resolve from Node.js.

In reality I only need sth like

public static function resolvePath(string $a, string $b): string
{
	return self::isAbsolute($b) ? $b : self::joinPaths($a, $b);
}

so I'm not sure how useful the more general implementation is.

@dg dg force-pushed the master branch 2 times, most recently from b080db7 to d668e02 Compare May 3, 2024 11:20
@dg dg force-pushed the master branch 4 times, most recently from 1e73622 to d6a9961 Compare May 16, 2024 20:06
@dg dg force-pushed the master branch 14 times, most recently from 6733224 to 5de10a1 Compare June 18, 2024 21:22
@dg dg force-pushed the master branch 5 times, most recently from 1ce0dab to a3120d7 Compare August 7, 2024 10:08
@dg dg force-pushed the master branch 11 times, most recently from a846fab to 736c567 Compare August 7, 2024 16:18
@dg dg force-pushed the master branch 2 times, most recently from cd9170e to 2b48b24 Compare December 12, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants