File::Spec::Functions - portably perform operations on file names
<b> status: Completed </b>
如下是與本篇相關的文章:
Perl 中的 PathTools 之 Cwd 模塊詳解
Perl 中的 PathTools 之 File::Spec 模塊詳解
Perl 中的 PathTools 之 File::Spec::Functions 模塊詳解
有關Perl的學習、交流與分享,請關注專題:碼神之路:Perl篇
簡介
這個模塊負責輸出所有由 File::Spec
模塊定義的類方法,以提供一個簡單方便的使用方式。
Export 導出的方法有
默認導出的方法有
canonpath
catdir
catfile
curdir
rootdir
updir
no_upwards
file_name_is_absolute
path
以下方法只有在明確請求時才會導出
devnull
tmpdir
splitpath
splitdir
catpath
abs2rel
rel2abs
case_tolerant
想要導出所有的方法或使用標簽 :ALL
想要了解這些導出函數的功能請移架Perl 中的 PathTools 之 File::Spec 模塊詳解
相關文章推薦
如下是與本篇相關的文章:
Perl 中的 PathTools 之 Cwd 模塊詳解
Perl 中的 PathTools 之 File::Spec 模塊詳解
Perl 中的 PathTools 之 File::Spec::Functions 模塊詳解
有關Perl的學習、交流與分享,請關注專題:碼神之路:Perl篇