Jump to content

Check that file exists: Difference between revisions

m
→‎{{header|Stata}}: stored as string, would be an error without the macro quotes
m (→‎{{header|VBScript}}: indentation - but these If/Then are totally useless, and so are these functions: calling FSO.FileExists(name) is equivalent to this FileExists(name))
m (→‎{{header|Stata}}: stored as string, would be an error without the macro quotes)
Line 2,053:
 
<lang stata>confirmdir docs
if !`r(confirmdir)' {
* do something if the directory exists
}</lang>
1,336

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.