#9739
Stefan
Participant

Hi Derek.

derekcohen wrote:

Is there an API reference anywhere?

I think EmEditor Help (F1) > Macro Reference
is what you search for.

So here is my solution:
EmEditor Help > Macro Reference > Document Object > Properties: Name Property

clipboardData.setData(“Text”, document.Name );

_

There are also
document.FullName
document.Path
and many more…