Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #1920 > unrolled thread

File name of a VB module

Started byjerk@gmx.de
First post2013-12-18 05:52 -0800
Last post2013-12-18 16:24 +0000
Articles 3 — 3 participants

Back to article view | Back to comp.lang.basic.visual.misc


Contents

  File name of a VB module jerk@gmx.de - 2013-12-18 05:52 -0800
    Re: File name of a VB module "Bill Skaggs" <eaglecrest@att.net> - 2013-12-18 06:07 -0800
    Re: File name of a VB module Deanna Earley <dee.earley@icode.co.uk> - 2013-12-18 16:24 +0000

#1920 — File name of a VB module

Fromjerk@gmx.de
Date2013-12-18 05:52 -0800
SubjectFile name of a VB module
Message-ID<4ae2d3fa-9874-4208-a966-7b12d0f6be28@googlegroups.com>
Dear people,

is there a function which returns the path+file name
of the VB modul currently running? I'd like to use it
so relative paths can be used.

TIA!

[toc] | [next] | [standalone]


#1921

From"Bill Skaggs" <eaglecrest@att.net>
Date2013-12-18 06:07 -0800
Message-ID<l8sa7v$bbd$1@news.albasani.net>
In reply to#1920
wrote in message 
news:4ae2d3fa-9874-4208-a966-7b12d0f6be28@googlegroups.com...

Dear people,

is there a function which returns the path+file name
of the VB modul currently running? I'd like to use it
so relative paths can be used.

TIA!

App.Path and App.EXEName might be what you are looking for.

[toc] | [prev] | [next] | [standalone]


#1924

FromDeanna Earley <dee.earley@icode.co.uk>
Date2013-12-18 16:24 +0000
Message-ID<l8si80$mn9$2@speranza.aioe.org>
In reply to#1920
On 18/12/2013 13:52, jerk@gmx.de wrote:
> Dear people,
>
> is there a function which returns the path+file name
> of the VB modul currently running? I'd like to use it
> so relative paths can be used.

Erm, code module or PE module (the executable?)
The latter can be retrieved by using App.Path.
Note that in the recommended installation locations, this path can not 
be written it. Application data should go in the Application Data folders.

-- 
Deanna Earley (dee.earley@icode.co.uk)
iCatcher Development Team
http://www.icode.co.uk/icatcher/

iCode Systems

(Replies direct to my email address will be ignored. Please reply to the 
group.)

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.basic.visual.misc


csiph-web