Posts: 3
	Threads: 1
	Joined: Mar 2003
	
	
 
	
	
		Hi all,
I am just evaluating QM and I find it very powerful.
But I am facing a problem : when working with a text editor, how can I get the name or the path of the file I am working on  ?
Thanks in advance.
Nicoanto
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1,769
	Threads: 410
	Joined: Feb 2003
	
	
 
	
	
		let me see if i understand.  you've opened a text file with qm (or not) and you want it to know the name of the file that has been opened?  is this sort of like a, "Here's a list of files that have been opened today" kind of thing where youre tracking machine access?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 3
	Threads: 1
	Joined: Mar 2003
	
	
 
	
	
		Before using QM, I wrote macro with my text editor in which I am in need of the file name (in order between to make an integration with another tool).
In order to fully test QM, I want to have the same kind of functionnality.
Thanks in advance
Nicoanto
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12,239
	Threads: 144
	Joined: Dec 2002
	
	
 
	
	
		What method should use macro to get file path/name? QM, for example, can get window title, and if it contains file name, extract it. If so, what is format of window title (eg "Program - file" or "Program - project - [file]", etc)?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 3
	Threads: 1
	Joined: Mar 2003
	
	
 
	
	
		
Thank you, it is working fine.