File support #66


  • Enhancment
  • Accepted
  • Enhancement
Open
Assigned to _ForgeUser8860360
  • _ForgeUser6977065 created this issue May 29, 2015

    Full file support:

    What you already have:
    copy (d|dir|dire|directory) %string% to %string%
    copy file %string% to %string%
    create [new] file %string%
    delete file %string%
    get string %string% from %string%
    get integer %string% from %string%
    get boolean %string% from %string%
    What you need:
    files in %string%
    number of files in %string%
    folders in %string%
    number of folders in %string%
    get line of %string%
    value of line %number% to %string% (Example: set value of line 10 to "Test")
    remove line %number%
    write new line at %number% with value %string%

    Extra thing you need to files are full supported:
    #this is not total needed just the top /\
    %string% parsed as date
    so you can save a data in a file and then get it to output

  • _ForgeUser6977065 added the tags New Enhancment May 29, 2015
  • _ForgeUser8860360 removed a tag New May 29, 2015
  • _ForgeUser8860360 added a tag Accepted May 29, 2015
  • _ForgeUser8860360 removed a tag Defect May 29, 2015
  • _ForgeUser8860360 added a tag Enhancement May 29, 2015
  • _ForgeUser6977065 edited description May 30, 2015
  • _ForgeUser6977065 edited description May 30, 2015
  • Gamebuster19901 posted a comment May 31, 2015

    What about

    if file %file% exists:
    
    and
    
    if folder %folder% exists:
    

To post a comment, please login or register a new account.