aboutsummaryrefslogtreecommitdiff
path: root/abstractions/stripPath.pd
blob: ca3129e7e7b60c740ebd353410f283bf0f088ce6 (plain)
1
2
3
4
5
6
7
8
#N canvas 599 457 406 193 10;
#X obj 17 51 inlet;
#X obj 17 141 outlet;
#X obj 17 103 py pt stripPath;
#X text 4 5 Uses py to remove the path component from a symbol using
os.path.basename();
#X connect 0 0 2 1;
#X connect 2 0 1 0;