Retrieves data from files stored in the local file system, which may be provided to listing web parts (such as a Basic repeater). The list of files is generated according to a specified directory path and search pattern.
The data source produced by this web part contains the following columns:
-
FileName
-
Extension
-
FilePath
-
FileURL
-
Size
-
Directory
-
Created
-
Modified.
These columns can be placed into the code of the transformation used by the listing web part that is connected to display information about the files. For example:
<%# Eval("FileName") %>
Help URL: http://devnet.kentico.com/docs/webparts/index.html?FileSystemDataSource_overview.htm