Path.GetDirectoryName()

Description

Returns the directory name component of the specified path string.

The string returned by this method consists of all characters between the first and last DirectorySeparatorChar or AltDirectorySeparatorChar character in the path. The first separator character is included, but the last separator character is not included in the returned string.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答