Forum Discussion
RobbSalzmann
2 years agoValued Contributor II
Adding to SeanV 's suggestion for parsing your file, here's some code to help get you started getting a file into your rule to parse it:
Dim objXFFileEx As XFFileEx = BRApi.FileSystem.GetFile(si, FileSystemLocation.ApplicationDatabase, fileFullName, includeContentFileBytes, failGracefully) Dim folderName As String = objXFFileEx.XFFile.FileInfo.FolderFullName 'Just an attribute Dim bytes As Byte() = objXFFileEx.XFFile.ContentFileBytes
Related Content
- 3 months ago
- 2 years ago
- 7 months ago
- 4 months ago