关于[Looking At System.IO.Path]的摘要:
As a web developer, I rarely need to deal with physical files on disk. It’s a request/response kind of life while communicating with a database engine. When working on this blog, I find myself doing more file manipulation, as I’m dealing with markdown files, images, and other static assets. It’s a mix of Ruby, .NET Core, and JavaScript. .NET Core is my first choice to script things. In this post, we’ll look at the Path class found under the System.IO namespace and some of the methods I regularly use.