Filemaker: how to parse a path? -


i can't figure out how directory of image filemaker calculation.

eg, path:

file://macintosh hd/users/user1/documents/clients/client1/project/phase/research/test6/images/subdir/090420/090422.jpg 

i need 090420 put in field.

can explain how that?

how directory of image

to enclosing directory of file (i.e. next-to-last step of given path), try:

let (  steps = substitute ( path ; "/", ¶ )  ;  getvalue ( steps ; valuecount ( steps ) - 1 ) ) 

Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -