Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check if SF Folder exists, adds extra \ (2.3.5.2)
#1
If you use wizard to make "if file/folder exists statement, and select SF, it adds the backslash, which makes the statement fail.

Not sure if it should work even if no backslash or if the wizard should not put in the slash. Also puts SF in as capital QM whereas in code, I see you usually use lower case for special folders elsewhere.


Code:
Copy      Help
if(dir("$QM$\" 1))
,out "$QM$\ exists"
if(dir("$QM$" 1))
,out "$QM$ exists"


Thanks again for all that is QM!!!
S


Forum Jump:


Users browsing this thread: 1 Guest(s)