What's the difference between them?
I am interested in a generic definition, but here is the sentence I was writing:
"The file is located at/in the images folder."
|
What's the difference between them? I am interested in a generic definition, but here is the sentence I was writing:
|
||||
|
|
in would refer to a container holding the object.
at would refer to the location of the object.
In your context, as the folder contains the file, therefore, use of in would be appropriate. Of course, they, at times, can be used interchangeably (Thanks @FumbleFingers). This link gives a nice comparison between the use of at and in. |
||||
|
|
Well, I will go with |
|||
|
|
|
"Located at" is wrong, and "located in" is not wrong, but I'm reluctant to call it correct because I find "The file is in the images folder" preferable to "The file is located in the images folder." Also, if you are writing documentation (vs. speaking conversationally) write "File x is in the images folder"; that is, name a specific file in the sentence instead of depending on context or a previous reference. |
|||
|
|