Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Non-Specified Directory
#4
I avoid using current directory. Always use full path, if possible. Relative path can be used, for example, with some console programs that don't support spaces in paths and quotes.

Macro Macro1274
Code:
Copy      Help
#if EXE
SetEnvVar "xxx" "$desktop$\f2"
#else
SetEnvVar "xxx" "$desktop$\f1"
#endif

str s="vvvvvvvvv"
s.setfile("%xxx%\file.txt")


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)