#include "internal.h" int fs·exists(byte *path) { return !sys·access(path, sys·FileExists); }