Is there a variable in FB which contains the current users My Documents path? HOMEPATH looks like it - but does not work. I´d prefer a var like MYDOCUMENTSPATH.
-Ralf
Is there a variable in FB which contains the current users My Documents path? HOMEPATH looks like it - but does not work. I´d prefer a var like MYDOCUMENTSPATH.
-Ralf
The HOMEPATH variable is a windows environmenet variable. You can easily combine it with the HOMEDRIVE variable and define your own MYDOCUMENTSPATH user or project variable.
Yes, I could use the HOMEPATH environment var - but that would need to be set explicitly. It´s not set by default on my system. But the My Documents path like the System32 path and the Temp path can easily be access through a Win32 API function so I think it would be easiest to hand this functionality through to FB scripts. This kind of “reflection” on the system where FB is running would be most convenient.
-Ralf