Learn R Programming

BuildSys (version 1.1.2)

objPath: Get the Path to the Project Object Files

Description

Calling objPath will return the fully qualified path to the object file folder of the project specification in the S4 BSysProject object instance. The object file folder will contain the makefile and compiled (object) .o files as well as the linked shared library.

Usage

# S4 method for BSysProject
objPath(.Object)

Arguments

.Object

.Object is an object instance of class BSysProject that describes the code project.

Value

returns the fully qualified path to the object file folder of the project specification.

See Also

libraryPath sourcePath includePath installLibraryPath installIncludePath