单项选择题

判断std::filesystem::path 的对象p 中保存的路径是否存在的语句是()

A.p.exists();
B.exists(p);
C.empty(p);
D.p.empty();