LibraryOfCongress / bagit-spec

8 stars 7 forks source link

Use "filepath" instead of "filename" #16

Closed stain closed 6 years ago

stain commented 6 years ago

.. to imply that the filepath also will include relative directories.

Filename is often seen as just the last segment of a filepath. "pathname" is on the otherside only the "directory" side.

filepath: data/fred/soup.txt filename: soup.txt pathname: data/fred/

justinlittman commented 6 years ago

Concur, but would like others to consider.