标签:c style class blog code java
Given an absolute path for a file (Unix-style), simplify it.
For
example,
path = "/home/"
,
=> "/home"
path = "/a/./b/../../c/"
,
=> "/c"
"/../"
?"/"
.‘/‘
together,
such as "/home//foo/"
."/home/foo"
.标签:c style class blog code java
原文地址:http://www.cnblogs.com/erictanghu/p/3759476.html