textfile

Working with a text file



Getting information on a single file
Operations with file folders
Multi-file operations
file-to-file operations
Working with a single file




Getting information from a single file

get_file_folder – get the file folder
get_lines_count – get the number of rows in the file



Operations with file folders

create_folder – create a folder
generate_folders_by_strings_file – split the file into folders from the first letters of the string file

get_all_files_in_folder – get all file names in the folder
collect_from_folders_to_file – collect files from subfolders into a single file



Operations with many files

split_to_part – split the file into parts
collect_from_folders_to_folder – collect files from subfolders into one folder



File to file operations

sort – sort the file line by line
dedupe – remove duplicates from the file
randomize_to – randomize the file
revert_strings_file – change the order of strings in the text file

replace_string – replace strings in a text file
exclude_strings_file_from_file – remove lines from the file
file_links - format random strings in a text file



Working with a single file

write_file – write file
add_string_to_file – add a string to the file
set_string_to_file – set a string in the file
delete_line_from_file – delete a line from the file

read_file – read the file
get_line_from_file – get a string from a file (specified or random)
get_lines_from_file – get multiple lines from a file