M
Mike
I have two questions my code question is in relation to a filename question
the other is about my proposed workaround
We have an app that sweeps directories this app fails when filenames are
over 92 characters long. We have tried to make the users not use filenames
that long but ... that doesn't work. We have created macros in Outlook to
keep users from saving files that long but that only works in Outlook.
Question 1 -- What options are there for enforcing "rules" regarding
filenames on a filserver? Windows 2003
Question 2 -- The reason the post is in this group. My idea is to get a
filesystemwatcher going to help me "police" the folders where the files are
being dropped. I have a file systemwatcher to notify me when a filename is
greater than 92 characters. How do I tell who put the file there? I would
like to notify them immediately! I have googled and can't get the file owner
portion of the code ..
Thanks for reading
the other is about my proposed workaround
We have an app that sweeps directories this app fails when filenames are
over 92 characters long. We have tried to make the users not use filenames
that long but ... that doesn't work. We have created macros in Outlook to
keep users from saving files that long but that only works in Outlook.
Question 1 -- What options are there for enforcing "rules" regarding
filenames on a filserver? Windows 2003
Question 2 -- The reason the post is in this group. My idea is to get a
filesystemwatcher going to help me "police" the folders where the files are
being dropped. I have a file systemwatcher to notify me when a filename is
greater than 92 characters. How do I tell who put the file there? I would
like to notify them immediately! I have googled and can't get the file owner
portion of the code ..
Thanks for reading