Friday, 15 January 2010

Application Working Directory (VB.NET) -



Application Working Directory (VB.NET) -

i linking few excel , word files application. there predefined folder construction holds these files. i.e.

base\engineering\a.xlsx

base\sales\b.xlsx

and on.

now want link "base" folder application.

my current stupid solution is, inquire user browse "base" folder every time application loads.

what efficient way this?

in end want create installer application. wish utilize windows "program files" folder host folder structure. way users not have search "base" folder. how do this?

i new vb.net.

you want users application info folder:

environment.getfolderpath(environment.specialfolder.commonapplicationdata)

there per-user application info folder can reference. need depends on you're doing.

vb.net directory windows-installer

No comments:

Post a Comment