EnumerateRemoteFiles to get only new files
Hi,
I am trying to retrieve only the newer files by using the mask option in
I am not sure if there is an issue with the syntax or is it something with the method call. I have tries so many different formats and since the help document says it works similar to windows wildcard, I have tried the same on windows file explorer and it works fine. Can anyone help.
Thank you,
Priya
I am trying to retrieve only the newer files by using the mask option in
EnumerateRemoteFiles
as shown below and it never works.
List<RemoteFileInfo> files = CurrentSession.EnumerateRemoteFiles( path, "*>=2018-04-01", EnumerationOptions.AllDirectories).ToList();
Thank you,
Priya