Filemask date time problem
When I use the file mask with a date and time nothing transfers
my file mask is as follows
transferOptions.FileMask = "*.xml<=" + strTimeMask ;
when the above translates to *.xml<=2015-02-04 all files < or = are transferred.
when the above translates to *.xml<=2015-02-04 03:27:11 nothing is transferred.
I think it has something to do with the space between the time and date but do not know how to resolve this problem.
thanks for any help
my file mask is as follows
transferOptions.FileMask = "*.xml<=" + strTimeMask ;
when the above translates to *.xml<=2015-02-04 all files < or = are transferred.
when the above translates to *.xml<=2015-02-04 03:27:11 nothing is transferred.
I think it has something to do with the space between the time and date but do not know how to resolve this problem.
thanks for any help