Share with your friends
hdshahin01

Call

In computing, the working directory of a process is a directory of a hierarchical file system, if any, dynamically associated with each process. It is sometimes called the current working directory , e.g. the BSD getcwd function, or just current directory. When the process refers to a file using a simple file name or relative path , the reference is interpreted relative to the working directory of the process. So for example a process with working directory /rabbit-shoes that asks to create the file foo.txt will end up creating the file /rabbit-shoes/foo.txt.