コード例 #1
0
ファイル: INode.cs プロジェクト: orf53975/hadoop.net
 public virtual string GetFullPathName()
 {
     // Get the full path name of this inode.
     return(FSDirectory.GetFullPathName(this));
 }