CWLのnamerootなどの説明
code:English
"The basename root such that nameroot + nameext == basename, and nameext is empty or begins with a period and contains at most one period. For the purposess of path splitting leading periods on the basename are ignored; a basename of .cshrc will have a nameroot of .cshrc.
The implementation must set this field automatically based on the value of basename prior to evaluating parameter references or expressions."
code:日本語
nameroot+nameext==basenameであり、nameextが空であるか、またはピリオドで始ま り、最大1つのピリオドを含むようなbasenameルート。 .cshrc というベース名は、.cshrc という nameroot を持つことになります。実装では、パラメータ参照や式を評価する前に、basename の値に基づいてこのフィールドを自動的に設定する必要があります。