Hi - I'm trying to write a function which will take a filename from a project as user input. This doesn't seem to work. I get `nil` returned for the `filename` variable.

(defun my-test-function() (interactive) (let ((filename (projectile-find-file))) (message (format "Current %s" filename)))) 
submitted by /u/PigsDogsAndSheep
[link] [comments]