Help Center
Help CenterFreeBASIC

__PATH__keyword

Intrinsic define (macro string) set by the compiler

Intrinsic Defineskeyworddocumented

Syntax

__PATH__

Description


Set to the quoted absolute path of the source file at the time of compilation.

Remarks

Differences from QB


  • New to FreeBASIC

See also


Example


' Tell the compiler to seach the source file's

' directory for libraries



#libpath __PATH__



Reference

  • Documented in KeyPgDdpath.html