\name{getPathFromFile}
\alias{getPathFromFile}
\title{Get the path to a file}
\description{
  \code{getPathFromFile} returns the path to the file.
}
\usage{
getPathFromFile(file)
}
\arguments{
  \item{file}{The file name (should include also the path to the file). As file delimiter (also in Windows!) the Unix file delimiter "/" should be used!}
}
%\details{
%}
%\references{}
\author{Johannes Rainer}

\seealso{
	\code{\link{createFile}}
}

\examples{
getPathFromFile("/home/jo/tmp/somefile.txt")
}

\keyword{utilities}