Date
1 - 6 of 6
How to get file path?
=?ISO-2022-JP?Q?=1B$B9b=4082=22=1B=28J?=
Hi,
While I open a file with notepad then how do I get full path of this file? I can only get its filename with api.getForegroundObject().
|
|
Luke Davis
Can you explain why you need this?
toggle quoted messageShow quoted text
It sounds like something you really shouldn't want to do. But if you are just trying to provide Notepad's idea of the filename to the user, it is in the title bar--adapting NVDA's titlebar read code should work. Luke
On Wed, 31 Mar 2021, 高生旺 wrote:
While I open a file with notepad then how do I get full path of this file?
|
|
=?ISO-2022-JP?Q?=1B$B9b=4082=22=1B=28J?=
I atempt to make notepad to rember bookmark.
toggle quoted messageShow quoted text
The titlebar only shows filename rather than full path. Thanks!
On Tue, 30 Mar 2021, Luke Davis wrote:
Date: Tue, 30 Mar 2021 23:22:36 -0400 (EDT)
|
|
Tom Kingston
You need a program that displays the full path in the title bar. Notepad is going to store the path internally. Notepad++ will do this.
toggle quoted messageShow quoted text
https://notepad-plus-plus.org/#main
-----Original Message-----
From: nvda-addons@nvda-addons.groups.io <nvda-addons@nvda-addons.groups.io> On Behalf Of ??? Sent: Tuesday, March 30, 2021 11:32 PM To: nvda-addons@nvda-addons.groups.io Subject: Re: [nvda-addons] How to get file path? I atempt to make notepad to rember bookmark. The titlebar only shows filename rather than full path. Thanks! On Tue, 30 Mar 2021, Luke Davis wrote: Date: Tue, 30 Mar 2021 23:22:36 -0400 (EDT)
|
|
Brian's Mail list account
There are programs out there that can shove the complete file path into the clipboard, I've used them before, Not sure its appropriate for nvda to be used to do that.
toggle quoted messageShow quoted text
Brian bglists@blueyonder.co.uk Sent via blueyonder. Please address personal E-mail to:- briang1@blueyonder.co.uk, putting 'Brian Gaff' in the display name field. Newsgroup monitored: alt.comp.blind-users
----- Original Message -----
From: "Tom Kingston" <tom.kingston@charter.net> To: <nvda-addons@nvda-addons.groups.io> Sent: Wednesday, March 31, 2021 5:41 AM Subject: Re: [nvda-addons] How to get file path? You need a program that displays the full path in the title bar. Notepad is going to store the path internally. Notepad++ will do this. https://notepad-plus-plus.org/#main -----Original Message----- From: nvda-addons@nvda-addons.groups.io <nvda-addons@nvda-addons.groups.io> On Behalf Of ??? Sent: Tuesday, March 30, 2021 11:32 PM To: nvda-addons@nvda-addons.groups.io Subject: Re: [nvda-addons] How to get file path? I atempt to make notepad to rember bookmark. The titlebar only shows filename rather than full path. Thanks! On Tue, 30 Mar 2021, Luke Davis wrote: Date: Tue, 30 Mar 2021 23:22:36 -0400 (EDT)
|
|
Sean
title.split(" - Notepad++")
toggle quoted messageShow quoted text
with index 0 .
高生旺 <coscell@gmail.com> şunları yazdı (31 Mar 2021 04:23):
|
|