2010-08-02, 07:41 PM
(This post was last modified: 2010-08-03, 01:23 AM by mvallevand.)
Sub, would it be possible to create a PluginHelperFactory() function to normalize filenames for storing to the Media\Show folder. Using this there would be a consistent way to write and look files in the folder?
Some of the things I would like it to do,
- ToLower();
- parse out invalid path and filename characters.
- remove trailing "®"
- TrimEnd(' ');
- Replace(" and ", " & ");
Marti
Some of the things I would like it to do,
- ToLower();
- parse out invalid path and filename characters.
- remove trailing "®"
- TrimEnd(' ');
- Replace(" and ", " & ");
Marti