Hi,
Which code can I use to check if a User Folder or any other folder in DNN has no files? I have looked at: https://stackoverflow.com/questions/21905268/retri... but no luck.
Is this code correct to use to check if files exist? I don't want to specify a specific file name.
FolderManager.Instance.GetFiles(); What should come in the brackets for the code above? Can someone please provide an example?