Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example

...

Code Block
languagecpp
<Missing Example>-- cut file name from concatenated path/name string
i := xpfFindLastCharInString(pathname,'\');
IF i>0 THEN
	file_name := pathname[i+1:LENGTH(pathname)];
ELSE
	file_name := pathname;   	
END_IF;

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"

...