answersLogoWhite

0


Best Answer

A file path will usually just be the fully qualified location the file is located in. Some platforms may even include the filename in the file path, but that's not always the case. A file path may look like this:

/usr/share/apps

Whereas a filename is things like "superduper.mp3" and the like.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the similarities between a file path name and a file name?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Movies & Television

What are some similarities between the teaching of jesus and the teaching of buddah?

The similarities between the teaching of Jesus and the teaching of Buddha include wise teachings regarding moral behavior, and emphasis on the less traveled rad (narrow road) as the path to Heaven.


What are similarities between a catapult and joint?

the similarities between a catapult and a joint are that both spring backwards and forwards in a certain motion and path. for example, the elbow springs forwrds and backwards whilst doing exercise, and the great catapult fires its long arm forwards with the contents of the top flung forwards, the arm then taken back . The similarites are that they both work under the physics principles of levers. The elbow, for instance, is a Class I lever when you extend it and works the same way as a counterweight trebuchet. Another example based on levers is the knee. When you extend it, it works on the same principle as a traction trebuchet which is a Class III lever.


What is the name for the unbroken path that current follows?

That would be called a 'circuit' or 'closed circuit'.


What is tunnelling effect?

when wind is channeled into a narrow area increasing wind speed. for example between buildings


What is the difference between parallel and series circuit connection?

The Series circuit is a single path for current flow. like Christmas tree lights, one part of the path is obstructed (a light that's bunt out ) they all go out. Parallel circuits have more than one path for the current flow, so if one path is obstucted, the current can take another path (like rungs of a ladder )

Related questions

What is the difference between path name and file name?

A path name is the location of the file name. example: C:\Users\Desktop\Example.txt A file name is file itself. example: Example.txt


What Difference between path and a file name?

The "Path" is the route map that leads to the folder that contains the "Filename"


What is qualified path?

A qualified path is any file name that includes the path to the file, including the hard-drive designator. A non-qualified path is one that only includes the file name or is relative to the current folder, or that includes wildcards. If such a file exists, its path will typically be qualified by the callee.


Is this a file path c documentsspring 2012cis 101term papercomputer technology is an example of a?

of a file name with path.


Is what an absolute path name a relative path name or a simple file name milk co?

milk_co


What are the constructors are used to create an object of the file class?

There are three constructors that can be used to create a File class.public File(String path). 'path' is basically the full pathname to the file in your current directory.public File(String path, String name). You can also separate the path and filename. 'name' would represent the filename and 'path' would represent the name of the directory.public File(File directory, String name). This is somehow similar to the previous way; however, directory is a File object rather than a String object.To create a new File object:File newFile = new File("something");


What tells a computer the name and location of a file?

path


The location of a file is specified by its?

A location of a file is specified by its File Path.


How do you resolve the problem cannot copy cannot find the specified file make sure you specify the correct path and file name?

you resolve the problem copy find the specified file make sure you specify the correct path and file name


What is the path and file name of DHCP server configuration file?


How do you register a dll file in dos mode?

To register a file, type regsvr32 .dll. Or type regsvr32 \.dll, where is the path to the file, and is the name of the file.


What is a basename?

A basename is a file name without any path or directory information.