(global-set-key "\C-c3" 'open-current-file-dir-with-explore) (defun open-current-file-dir-with-explore () (interactive) (my-action-lock-explorer-open (unix-path-to-windows (file-name-directory buffer-file-truename))) )