LINQPad script directory?

放肆的年华 提交于 2019-12-03 02:03:12
Joe Albahari

I've just added a feature to address this. You can test it now by downloading the 2.27.1 or 4.27.1 beta build.

To get the current query's folder, use the following expression:

Path.GetDirectoryName (Util.CurrentQueryPath)

I presume you mean programatically and not through the UI itself.

The path to the linq file directory is held in

%APPDATA%\LINQPad\querypath.txt

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!