Nasal library/os.path: Difference between revisions

m
(→‎Class: Doc exists())
Line 68: Line 68:
==== exists() ====
==== exists() ====
{{Nasal doc
{{Nasal doc
|syntax = os.path.exists([);
|syntax = os.path.exists();
|text = Returns 1 (true) if the path exists and 0 (false) if it does not.
|text = Returns 1 (true) if the path exists and 0 (false) if it does not.
|example1 = var path = os.path.new("C:/Windows");
|example1 = var path = os.path.new("C:/Windows");