diff options
author | B. Bogart <bbogart@users.sourceforge.net> | 2005-11-26 22:21:07 +0000 |
---|---|---|
committer | B. Bogart <bbogart@users.sourceforge.net> | 2005-11-26 22:21:07 +0000 |
commit | 33789244c6dbe3611607e77fa98f0f0c72f354ee (patch) | |
tree | c1c0c3d40f010b7be1e3bc223cecdaaf2e0bd74b /abstractions/stripPath.pd |
Initial Commit of pixelTANGO 0.3.4svn2git-root
svn path=/trunk/abstractions/pixelTANGO/; revision=4049
Diffstat (limited to 'abstractions/stripPath.pd')
-rw-r--r-- | abstractions/stripPath.pd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abstractions/stripPath.pd b/abstractions/stripPath.pd new file mode 100644 index 0000000..ca3129e --- /dev/null +++ b/abstractions/stripPath.pd @@ -0,0 +1,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; |