path icon indicating copy to clipboard operation
path copied to clipboard

A string-based path manipulation library.

Results 16 path issues
Sort by recently updated
recently updated
newest added

The `absolute()` function supports six optional arguments, in the same manner as `join()`. These arguments are rarely used in practice, and are an odd divergence from `path`'s usual style of...

type-enhancement
next-breaking-release

I'm the author of dshell https://pub.dev/packages/dshell. I'm using the path package extensively. I'm currently trying to write unit tests for dshell and having some problems. Dshell creates a ~/.dshell directory...

Currently in the default context, operations that need to know the current working directory (`current`, `relative()`, `isWithin()`, `absolute()`, and `prettyUri()`) have to check the working directory every time they run....

type-enhancement

Topics help users on pub.dev discover packages, and related packages. You can see a list of [topics here](https://pub.dev/topics). You can also make your own topics. Topics are added to pubspec.yaml...

pubspec.yaml: ``` path: ^1.9.0 ``` ``` join('/ZCLOUD', 'ZCloud Master Key :grinning:§ąśćżłóę:.txtÆ.txt') ``` should return ``` /ZCLOUD/ZCloud Master Key :grinning:§ąśćżłóę:.txtÆ.txt ``` It is incorrectly returning ``` ZCloud Master Key :grinning:§ąśćżłóę:.txtÆ.txt ```...

I tested it on Android14. ```dart print('**********************'); print(p.basename('E:\\agent_reply.wav')); ``` ![image](https://github.com/user-attachments/assets/2970a5f7-5475-4d5a-a7ae-b42af20141c5)