I am trying to name an object, which may be a file or a directory. What is the correct terminology for this?
I reviewed
handle → rejected, the object is not a handle
address → rejected, object is not an address
object -> rejected, too general, should be the best terminology
When I say “object” in my first sentence, I specifically talk about <div> in the HTML DOM, but that could be anything.
To put my question in a different way, what is the parent word for children “file” and “directory”? for example a foo may be a file or a directory.
source share