premake/premake-core

os.mkdir does not expand ~ to $HOME

开放

#378 创建于 2015年12月19日

 (1 条评论) (0 个反应) (0 位负责人)C (651 个派生)auto 404
enhancementhelp wanted

仓库指标

星标
 (3,621 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

I've just came across this behaviour and not sure if we'd like to do something about it.

Basically if you pass a path containing a tilde to some of the OS directory functions they will not expand it to the user's home directory, which I was expecting to work since it seems to be supported in other places in Premake.

Should we fix it or just document these limitations of the API on the wiki?

贡献者指南