Check that file exists: Difference between revisions

m
Line 1,125:
=={{header|JavaScript}}==
Javascript interpreters are now widely embedded in contexts which do have access to file systems, but the early context of browser scripting has precluded the inclusion of file system libraries in the definition of the language itself.
Each non-browser JS context is likely to have its own home-grown and unstandardised fileSystemfile system library.
===JScript===
<lang javascript>var fso = new ActiveXObject("Scripting.FileSystemObject");
9,657

edits