Aardvark.Base


WorkDir

Static members

Static memberDescription
Exists
Signature: bool
FindDir(dirName)
Signature: dirName:string -> string
FindFile(fileName)
Signature: fileName:string -> string
FindFiles(fileNames)
Signature: fileNames:IEnumerable<string> -> IEnumerable<string>
FindRelativePath(absolutePath)
Signature: absolutePath:string -> string

Converts the absolute path into a path relative to the AARDVARK_WORKDIR or Null if not possible.

Name()
Signature: unit -> unit
Fork me on GitHub