CIBC:Documentation:SCIRun:Reference:SCIRun:SplitFileName
From SCIRun Documentation Wiki
Contents |
SplitFileName
Information
- Package: SCIRun
- Catagory: String
- Author(s): Jeroen Stinstra
- Status: Supported in latest version
- Version: 3.0
Description
Summary
This module splits a filename in: pathname, filename (base), and extension.
Detailed Description
This module splits the complete filename into it's three base components: pathname, filename, and extension. These three string are in the first, second, and third ports respectively. To get the full filename back, just merge the three resulting strings together. The forth port contains the filename and extension (i.e. removes the base path).
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:SCIRun