Skip to content

Commit

Permalink
Add SquotPathUtilities>>resolve:withRootAt:
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Jun 16, 2024
1 parent 171cd7d commit 99bdde6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accessing
readStreamOn: aPath do: aBlock
^ (self directory resolve: (aPath relativeTo: FSPath root)) readStreamDo: aBlock
^ (SquotPathUtilities resolve: aPath withRootAt: self directory) readStreamDo: aBlock
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"mappers" : "mad 6/12/2024 15:33",
"readAsset:" : "mad 6/12/2024 16:30",
"readMappers" : "mad 6/12/2024 16:31",
"readStreamOn:do:" : "mad 6/12/2024 16:21" } }
"readStreamOn:do:" : "mad 6/16/2024 22:23" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
converting
resolve: aPathLike withRootAt: anotherPathLike
^ anotherPathLike resolve: (aPathLike relativeTo: FSPath root)
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"path:collidesWith:" : "mad 10/21/2023 23:04",
"path:containsOrEquals:" : "mad 10/21/2023 23:56",
"requestAbsolute:initialAnswer:" : "mad 11/21/2023 14:32",
"resolve:withRootAt:" : "mad 6/16/2024 21:49",
"toAbsolutePath:" : "mad 11/21/2023 14:34" },
"instance" : {
} }

0 comments on commit 99bdde6

Please sign in to comment.