(original) (raw)

On 06.04.2016 22:28, Brett Cannon wrote:
On Wed, 6 Apr 2016 at 13:20 Sven R. Kunze <srkunze@mail.de> wrote:

What about

\_\_file\_path\_\_

Can be a directory as well (and you could argue semantics of file system inodes, beginners won't know the subtlety and/or wonder where \_\_dir\_path\_\_ is).

Good point.

Well, then \_\_fspath\_\_ for me.


I knew instantly what it means especially considering btrfs, ntfs, xfs, zfs, etc.

Furthermore, we MIGHT later want some URI support, so I don't know off the top of my head if there's a difference between \_\_fspath\_\_ and \_\_urlpath\_\_ but better separate it now. Later we can re-merge then if necessary.


Best,
Sven