Skip to content

FB_PCOS


Intrinsic define set by the compiler

Syntax

` FB_PCOS

`

Description

Define created at compile time if the OS has filesystem behavior styled like common PC OSes, e.g. DOS, Windows, OS/2, Symbian OS, possibly others. Drive letters, backslashes, that stuff, otherwise undefined.

Examples

start GeSHi

vb
#IFDEF __FB_PCOS__
  '...instructions for PC-ish OSes...
#ELSE
  '...instructions for other OSes
#ENDIF

end GeSHi

Differences from QB

  • New to FreeBASIC

See also

Back to DocToc

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft