Get file name in Tally ERP 9 [Solved]

Discussion in 'Tally Developer' started by Rupal Agarwal, Jul 25, 2022.

    
  1. Rupal Agarwal

    Rupal Agarwal Member


    Hello everyone,

    Does anyone have the code to get the file name from a folder in tally Erp 9 line it is available in tally prime?

    Please help

    or can suggest

    collection or table to do that.
     


  2. Arun Prasath

    Arun Prasath Member


    Code:
    [Collection: DDriveDirectory Collection]
        Title       : "File Listing"
        Sub Title    : "File Name", "File Size"   
        Data Source : Directory    : "D:/ABC"
    
        Format        : $Name, 25
        Format        : $FileSize, 15
       
    
    Try this
     
    balajimg likes this.


Share This Page