GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Six — File Functions (continued)
Overview
The AddPathDelimiter function tests if a string containing a path has a trailing delimiter and if not adds it.
Syntax/Parameters
Syntax
string = AddPathDelimiter ( string path, [string delimiter] );
Parameters
path
A string containing a full or partial path with or without a trailing path delimiter.
delimiter
A string to use as a delimiter. The string can contain only a single character.
Return Value
Returns a string containing a path with a trailing delimiter or an empty string on failure. Use the GetLastError function to retrieve error information.
Remarks
The AddPathDelimiter function can be used to ensure that a path has a trailing path delimiter. This is useful when manually concatenating paths. The function operates with both forward or backslashes. If no delimiter is provided, the function will find the first slash within the path parameter and use it as a type. If the function cannot determine the type of delimiter to use and none is provided, an error will occur.
Related Functions
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
Legato IDE, Legato Basic
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.