Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9138073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:12:34+00:00 2026-06-17T09:12:34+00:00

My code asks the user to input a file name. We’ll say we have

  • 0

My code asks the user to input a file name. We’ll say we have 5 text files in directory “C:\Users\aUser\Desktop\myFolder”. These text files are named A, B, C, D, and E.

If the text file exists, then I would like to write over the contents with a script I’ve already made. If the text file does not exist, I would like to make one with the file name they inputted, and populate it [with the script I’ve already written].

Thanks for your help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T09:12:35+00:00Added an answer on June 17, 2026 at 9:12 am

    The way you explain it, it seems that the easiest workflow would be:

    1) Delete the file if exists

    Sub test()
    
    Dim FSO As FileSystemObject
    
    Dim sPath As String
    
    sPath = "U:\Test.txt"
    
    Set FSO = New FileSystemObject
    If FSO.FileExists(sPath) Then
        FSO.DeleteFile (sPath)
    End If
    
    End Sub
    

    Copy the script (I assume also a txt file) into the path:
    FileCopy “U:\Script”, sPath

    If you have the script in a string variable:

    Set txtFile = FSO.CreateTextFile(sPath, True)
    txtFile.WriteLine(sText)
    FSO.Close
    End Sub
    

    If the script is contained in an array, you can loop through the array and produce multiple writelines.
    Don’t forget to reference the Microsoft Scripting Runtime library.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have code that asks the user to input a log file name so
my code is the following: it asks the user to input name of planet,
Ok, I have this code that asks an input for a username and a
The exercise asks for a code which can convert the user input of the
I have this basic enough Java program that asks the user to input songs
I ran into an issue. Below is my code, which asks user for input
Below is a code snippet that asks for user input, and if the input
I have a program which asks the user to input an integer in the
I have a homework assignment which asks to have the user input a date
I have this code that asks for a username and password. Just a simple

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.