Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Directories atributtes


2 replies to this topic

Ioana

Ioana
  • Members
  • 41 posts

Posted 09 September 2005 - 10:31

Hello,

In my setup, I need to know if a certain directory / folder is empty.
I found a solution but is pretty complicated this is why I am asking you: is there a function I can use to find folder proprieties?

Thank you in advance.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 14 September 2005 - 09:56

You could use the FindFile function with "*.*" as second parameter.

Ioana

Ioana
  • Members
  • 41 posts

Posted 15 September 2005 - 09:18

Thank you...
I didn't thought about this... I used FindAllFIles.