B Byak@ Active Member Licensed User Dec 7, 2010 #1 how can i get a working place (working folder) of my exe? apppath return a path to exe, not working place. sometimes it is different (for example when another program run my program)
how can i get a working place (working folder) of my exe? apppath return a path to exe, not working place. sometimes it is different (for example when another program run my program)
B Byak@ Active Member Licensed User Dec 7, 2010 #2 in c# i can use System.IO.Directory.GetCurrentDirectory() what about b4ppc?
B Byak@ Active Member Licensed User Dec 7, 2010 #3 ok, this works fine obj.New1(False) obj.CreateNew("System.IO.Directory"&obj.System_Mscorlib) s=obj.RunMethod("GetCurrentDirectory")
ok, this works fine obj.New1(False) obj.CreateNew("System.IO.Directory"&obj.System_Mscorlib) s=obj.RunMethod("GetCurrentDirectory")