Want to make a table with filenames not as links existing in a certain file

Hello,

I am trying to make a table with dataview and I want to show all the filenames from a specific path (folder) which are not in a particular document as link.

I tried this: but without any good result.

table without id 
	file.outlinks as "Definitions not in MOC",
FROM outgoing([[Index with definitions OUTLINE]])
WHERE !(file.path, "3_Permanent Notes/")
SORT file.name asc

Can anyone point me to the right direction? Thanks!

Does anyone has a clue?