Search found 2 matches

by mcc
Tue Nov 01, 2016 3:15 am
Forum: SDK-API, Frameworks - Document Types
Topic: Get Current File Path When Choosing Different Doc
Replies: 2
Views: 3050

Re: Get Current File Path When Choosing Different Doc

Great, that works. Thanks a lot Radu!
by mcc
Sat Oct 29, 2016 4:35 am
Forum: SDK-API, Frameworks - Document Types
Topic: Get Current File Path When Choosing Different Doc
Replies: 2
Views: 3050

Get Current File Path When Choosing Different Doc

Hi, I know there's a way to get path using authorAccess.getEditorAccess().getEditorLocation().getPath(); However, seems the authorAccess can be only passed when open a dialog, so it will keep the same even though I choose another file. That means once new a dialog, the filepath would remain the same...