Filesystemobject getfolder işler

Filtre

Son aramalarım
Şuna göre filtrele:
Bütçe
ile
ile
ile
Tür
Beceri
Diller
    İş Durumu
    35 filesystemobject getfolder iş bulundu, ücretlendirmeleri EUR

    Hello, i have this macro Sub GenerateProductLabelTranslate() Dim destinationPathbongiovanni As String Dim cellFormula As String Dim chtObj As ChartObject destinationPathbongiovanni = GetFolder("Dove salvo etichette TRADOTTE") If destinationPathbongiovanni = "" Then Exit Sub For i = 2 To Sheets("Farine").Range("A10000").End(xlUp).Row If UCase(Sheets("Farine").Cells(i, 34)) = UCase("bongiovanni") Then 'save location fname = destinationPathbongiovanni & "" & Sheets("Farine").Cells(i, 33) & ".jpg" ' label id (where foreach working in template Sheets(&...

    €29 (Avg Bid)
    €29 Ortalama Teklif
    12 teklifler

    Have a project that we have used for a long time with no issues - now have text files that are only reading part of the file. the code that we write the file to display on screen is: (the variable 'FullBody' is the name of the file) Set fs=("") Set f=(("Fullemailfiles/"&FullBody&".txt"), 1) () Set f=Nothing Set fs=Nothing Attached is a sample file that is typical - it stops writing after remarks field I just need the full file to be displayed. Thanks

    ASP
    €24 (Avg Bid)
    €24 Ortalama Teklif
    3 teklifler

    See attached files. Code should use filesystemobject to read in data, then to the browser

    €111 (Avg Bid)
    €111 Ortalama Teklif
    4 teklifler

    I have an asp page which reads line by line a txt file using FileSystemObject. I read every utf-8 file properly, but the problem comes to me, when my source txt file is coded into ANSI or other encoding. FSO can't read correctly. I'm looking for a classic asp script to put before in order to check the txtfile encoding and if required can convert into utf8 the source file revriting it. tmxA (variable identifing the source filepath)

    ASP
    €24 (Avg Bid)
    €24 Ortalama Teklif
    4 teklifler

    I require a VBA function, "deletesFile" whose return value indicates the result. It has the file name as the only argument and returns: 1 Could not find file 2 Found file, but could not delete 11 Deleted an open file 12 Deleted a read-only, hidden or protected file 13 Deleted...return value of '2' is provided but other single digit return values can be added to indicate the reason why the file could not be deleted. I am attaching an Excel workbook () in the attached file. Sheet 1 contains a command button that invokes an empty instance of deletefiles. Your task is to write the code to perform the functions required. You may use Kernel32 or the FileSystemObject in VBA. But please do not use the VB Scripting environment. ## Deliverables Attachment no...

    €28 (Avg Bid)
    €28 Ortalama Teklif
    1 teklifler

    ...certain regular expression. It should return an array of the file names (without paths). It should be called as follows tarrFilenames = GetNewestFiles(tstrFolder, tintCount, tstrPattern [optional]) In this case the regular expression might be “.*ben.*.sql”. If there are fewer than tintCount matching files, return an array of those found. The code should use the built-in RegExp and FileSystemObject libraries. The code should be readable and commented: we have more VB6 work available to good quality developers. Thanks Ben Horton...

    €27 (Avg Bid)
    €27 Ortalama Teklif
    4 teklifler

    I have a semi programmed function for ms access. what im trying to do is read a delimited file after opening it from a filedialog. the issue im having is with the delimit ## Deliverables here is the vba code so far Public Function importtextfile() Dim fld As FileDialog Dim files As FileDialogSelectedItems Dim Filename As Variant Dim fs As New FileSystemObject Dim fileStream As TextStream Dim dbs As Dim rst As Set dbs = CurrentDb Set rst = ("tblImport", dbOpenDynaset) Set fld = (msoFileDialogOpen) "Text Files", "*.txt" "All Files", "*.*" = False ' Open file and parse Set files =

    €5 (Avg Bid)
    €5 Ortalama Teklif
    7 teklifler

    ...=============================== ' REQUIRED AND OPTIONAL VARIABLES ' =============================== ' ' code = bar code value ' ' height = height of barcode in pixels. ' ' width = width MULTIPLIER in pixels. ' ' mode = type of barcode (Currently supported barcode types: code39, ' code128b, UPC-A, EAN-13, Postal, Planet) ' ' fileout = path of .bmp file to WRITE TO SERVER. Access to the ' filesystemobject is needed. Script will auto-redirect to created ' .bmp file. Relative path must be used. ' ' text = set to 'true' or '1' to display the barcode in text below the ' actual barcode. ' ' font = Font Name (there must be a font definition. ie '...

    N/A
    N/A
    0 teklifler

    ...=============================== ' REQUIRED AND OPTIONAL VARIABLES ' =============================== ' ' code = bar code value ' ' height = height of barcode in pixels. ' ' width = width MULTIPLIER in pixels. ' ' mode = type of barcode (Currently supported barcode types: code39, ' code128b, UPC-A, EAN-13, Postal, Planet) ' ' fileout = path of .bmp file to WRITE TO SERVER. Access to the ' filesystemobject is needed. Script will auto-redirect to created ' .bmp file. Relative path must be used. ' ' text = set to 'true' or '1' to display the barcode in text below the ' actual barcode. ' ' font = Font Name (there must be a font definition. ie '...

    €139 (Avg Bid)
    €139 Ortalama Teklif
    2 teklifler

    This project is about extraction data from the attached text file based on the also provided PDF sample. The general VB6 plan is: 1) Load the file using the FileSystemObject class 2) Jump thru rows 3) Split row content 4) Extract data by array position A relevant POC will be positively considered. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows? (depending on the nature? of the deliverables): a)? For web sites or? other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) F...

    €58 (Avg Bid)
    €58 Ortalama Teklif
    6 teklifler

    A Microsoft JScript (not .NET) script is provided that reads in 2 text files, adds a few additional header lines, and appends the result to an output text file. Requirement: This script m...able to process input text files that will be in UTF-8 format - output file must be in UTF-8 format - must be able to handle very large input files (over 500MB each) - must be able to run on a system with 1GB of RAM - must be able to handle any type of text file encoded in UTF-8 format, including both XML and plaintext files Notes for coder: - enclosed script currently uses FileSystemObject, which does not support UTF-8 but does support appending to an output file - if coder decides to use instead (which supports UTF-8), note that it does not support appending to a file

    €4 (Avg Bid)
    €4 Ortalama Teklif
    1 teklifler

    A Microsoft JScript (not .NET) script is provided that reads in 2 text files, adds a few additional header lines, and appends the result to an output text file. Requirement: This script m...able to process input text files that will be in UTF-8 format - output file must be in UTF-8 format - must be able to handle very large input files (over 500MB each) - must be able to run on a system with 1GB of RAM - must be able to handle any type of text file encoded in UTF-8 format, including both XML and plaintext files Notes for coder: - enclosed script currently uses FileSystemObject, which does not support UTF-8 but does support appending to an output file - if coder decides to use instead (which supports UTF-8), note that it does not support appending to a file

    €28 - €4638
    €28 - €4638
    0 teklifler

    ...probably win. Do a good job, and most likely it will lead to continuous work as we are seeking long term relations with up to 10 developers. I am in need of an asp page I can use in a popup window containing a customized image viewer. The concept is simple: 1. I will pass a product id as ?id=xxxxx in the url to the popup window. 2. You must get the id # 3. Using the FileSystemObject, search for both thumbnails in a certain directory as well as the larger images. 4. Page should default with the first thumbnail and thus showing the coordinating larger image above the thumbs. 5. As thumbs are moused over, the large image changes to the right image. 6. the popup should show a maximum of 4 thumbs at a single time with the ability to scroll left or...

    €19 (Avg Bid)
    €19 Ortalama Teklif
    1 teklifler

    ...probably win. Do a good job, and most likely it will lead to continuous work as we are seeking long term relations with up to 10 developers. I am in need of an asp page I can use in a popup window containing a customized image viewer. The concept is simple: 1. I will pass a product id as ?id=xxxxx in the url to the popup window. 2. You must get the id # 3. Using the FileSystemObject, search for both thumbnails in a certain directory as well as the larger images. 4. Page should default with the first thumbnail and thus showing the coordinating larger image above the thumbs. 5. As thumbs are moused over, the large image changes to the right image. 6. the popup should show a maximum of 4 thumbs at a single time with the ability to scroll left or...

    €56 (Avg Bid)
    €56 Ortalama Teklif
    3 teklifler

    ...Get_String(filename) 'Open this file 'Get the data in between the html tags to a string variable say str 'Return this string variables value ' Get_String = str end function so that i can use it like this (Get_String("")) Important: 1) Do NOT use any third party component. 2) Components can be , , , FileSystemObject. Please let me know the method which you will use to accimplish this. Feel free to ask me if you have any doubt. Good Luck Coders.!!!! ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables)...

    €5 (Avg Bid)
    €5 Ortalama Teklif
    3 teklifler

    ...Get_String(filename) 'Open this file 'Get the data in between the html tags to a string variable say str 'Return this string variables value ' Get_String = str end function so that i can use it like this (Get_String("")) Important: 1) Do NOT use any third party component. 2) Components can be , , , FileSystemObject. Please let me know the method which you will use to accimplish this. Feel free to ask me if you have any doubt. Good Luck Coders.!!!! ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables)...

    €5 (Avg Bid)
    €5 Ortalama Teklif
    2 teklifler

    ...Get_String(filename) 'Open this file 'Get the data in between the html tags to a string variable say str 'Return this string variables value ' Get_String = str end function so that i can use it like this (Get_String("")) Important: 1) Do NOT use any third party component. 2) Components can be , , , FileSystemObject. Please let me know the method which you will use to accimplish this. Feel free to ask me if you have any doubt. Good Luck Coders.!!!! ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables)...

    €2 - €6
    €2 - €6
    0 teklifler

    ...com/products/inetsuiteax/ or or something else. The form will contain multiple text boxes, drop downs, radios, to be filled out by the user. Once filled out the user will click a submit button on the page. At this point the text boxes should be validated and the information passed to an activex web control. In the control the FileSystemObject can be used to create the csv file from the user entered data. Then the file needs to be uploaded to a folder on the server via Webdav. Then activex control will be signed (by us) to avoid security warnings from the user's browser. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables

    PHP
    €638 (Avg Bid)
    €638 Ortalama Teklif
    5 teklifler

    i require assistance with script writing with JScript .js file (not javascript) that will read records from a tab delimited text file, sort them by lastname then firstname then age, and place the ordered records in an excell spreadsheet. The Script needs to be ordered by last name, firstname, then age. There needs to have a sort method, a split method, arrays and the use of FileSystemObject and ActiveXObject in the code to produce this .js file. I would appreciate any assistance anyone can give me with this, as I am really new to JScript and am a bit lost as to how to start. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (...

    €28 - €4638
    €28 - €4638
    0 teklifler

    ...require assistance with script writing with JScript .js file (not javascript) that will read records from a tab delimited text file, ( attached) sort them by lastname then firstname then age, and place the ordered records in an excell spreadsheet. The Script needs to be ordered by last name, firstname, then age. There needs to have a sort method, a split method, arrays and the use of FileSystemObject and ActiveXObject in the code to produce this .js file. I would appreciate any assistance anyone can give me with this, as I am really new to JScript and am a bit lost as to how to start. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition,...

    €70 (Avg Bid)
    €70 Ortalama Teklif
    1 teklifler

    ...website. Nothing needs to be done with the flash application, I only need someone to edit/revise my code to make the images go in order from the date they were created, starting from the most recent. The code I have written creates the fully functional xml file and orders the images based on file name which is the default. I only need a revision which allows my code to order the images based on filesystemobject datecreated. Note, I wrote all of the vbscript code as a front-end to an inexpensive flash app that uses an xml file for image organization but has no way to create the xml itself, that is the function of this application. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) ...

    €19 (Avg Bid)
    €19 Ortalama Teklif
    5 teklifler

    ...binary files from one PC to another over a network, but want to do it in a low-bandwidth mode.? I have simple modified code from PSC that does this using pure VB, but it doesn't seem to work right in a multithreaded situation, so I want to see if Windows API would work better. I need this to be very efficient/small and basically replace the VB Open/Put/Close with similar pure Windows API.? No FileSystemObject!? Think OpenFile/CreateFile/WriteFile, etc. You'll notice there is a Sleep function and a chunk byte size per iteration.? I want to use those parameters in the new version.? Also it must read the file in streaming mode and write in streaming mode just like the pure VB6 sample I've attached. I don't want any classes and any function declarations, etc. s...

    PHP
    €19 (Avg Bid)
    €19 Ortalama Teklif
    4 teklifler

    I need an implementation of the ASP GetFolder memberfunction, which returns exactly the same result as the "original" GetFolder memberfunction, but with the modification that the property 'files' can be modified (some filenames are removed from the list of 'files'). Example: ' The old way: 'set oFSO = ("Scripting.FileSystemObject") ' The new way: set oFSO = new CTheClassYouMustProvide ' You only have to implement the member-function of this class! set tmp = (path) set AllFiles = ' Collection of all files in path dim SomeFiles ' Collection of some files from path ' Select which files from AllFiles goes into SomeFiles

    ASP
    €49 (Avg Bid)
    €49 Ortalama Teklif
    9 teklifler

    ...AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform | Windows IIS web server v5.0-6.0 (no clustering or load-balancing) | | VBScript Engine v5.5 or better (no emulators such as Chilisoft ASP) | | | **Web Server Must provide Sessions support** | | | "FileSystemObject" (FSO) component support by a web server (support for back-path desirable) | | | | | | "ActiveX Data Object" (ADO) component support by a web server | | | MS Access 2000 - 2003 database support or Empty MSSQL database or Empty ...

    €67 (Avg Bid)
    €67 Ortalama Teklif
    2 teklifler

    ...elements and attach scoring values, which are saved to the database. The HTML Form is then merged with the original and the saved values. The application is developed in ASP (3.0) , Jscript,VBScript, and a single VB.Net (with COM wrapper) assembly that is used primarily for data access. **SCOPE** Develop an HTML Parser/Merger that accomplishes the following tasks: 1. Read the file using FileSystemObject (FSO) (don’t worry about path, we will modify that ) 2. Update the elements, based on HTML name, to reflect the properties in the XML 3. Provide for validation and Error message display functions (Client side Javascript, etc) 4. Save the modified file using FSO You may develop this using either ASP pages or a VB.NET (2003, 1.1 framework) application....

    €121 (Avg Bid)
    €121 Ortalama Teklif
    5 teklifler

    ...conditional signed integer if the length is over 254 characters, and a string of the length specified in one of the two preceeding length fields. This pattern is repeated to the end of the collection or form fields, and an end of file sequence FF FF is written. I would like an ASP routine that would read or write this type of file. I have written it in VB6 and can provide source code. I assume that FileSystemObject will need to be used since no activex components can be run in this environment. The server does support ASP and FSO. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): ...

    €26 (Avg Bid)
    €26 Ortalama Teklif
    5 teklifler

    Spec for asp generated FTP ??"account A HTTP-Post will post the following to an ASP-page: Desired UserName Desired Password Outline of ASP: ______________________________________________________________________ UserName=Request(“UserName??) PassWord=Request(“UserPassWord??) ‘Create folder on server using FileSystemObject path=??c:inetpubalbum?? & username ‘Create ftp account with access only to above created folder _______________________________________________________________________ We want the bidder to suggest a FTP server. The FTP server should be able to cope with 20.000 users. Our server is a Windows 2003 SBS ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source c...

    €28 - €70
    €28 - €70
    0 teklifler

    Hi This is a backup program which we created some times back but it has few problems in handling the folders. I'm sure that it can be fixed quickly. 99% work is completed so this is for just 1% of the leftout code. Please give me demo of your similar work and of course don't show me psc ripped off codes etc. Original source code will be provided to the worthy bidders. ## Deliverables...platform(s) specified in this bid request. 3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## P...

    €18 (Avg Bid)
    €18 Ortalama Teklif
    2 teklifler

    I am in need of a VB developer. I am in the process of upgrading a website's code. All existing code was programmed by my client's previous developer. One of the pieces of software used on the site was a custom component that was called to query and import specific data from CSV files into the database. I have the component, but no s...that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site). ## Platform Platform: Windows 2000 Component accesses a MS SQL Server 2000 db, uses the FileSystemObject component and ASP email c...

    €147 (Avg Bid)
    €147 Ortalama Teklif
    38 teklifler

    ...project. Problem description My HTML application is started client-side by calling an .hta file, which automatically opens itself in Internet Explorer. My application has a custom interface, with 4 frames in which .htm files with HTML/DHTML and embedded JScript code (in-line and as .js files) are loaded. It has authoring capabilities and thus allows file saving (in .htm and .txt formats, via FileSystemObject) to client hard drive, and also multiple (sometimes simultaneously open) dialog boxes (via showModalDialog). However, currently all my code is openly available for inspection by the user. Requirements I need software to encrypt (=protect) all my HTML and JScript code, as well as saved output files (.htm and .txt), and to decrypt it on the fly before being viewed in IE, withou...

    PHP
    €327 (Avg Bid)
    €327 Ortalama Teklif
    3 teklifler

    I have written a program in VBscript which searches a file on my web site. The problem I have is in accessing this file using createObject/fileSystemObject The program works fine offline when referring to a copy of the file on my C drive, but when I use the URL of my site the error "file path not found" appears. Is there any way of doing this without using an asp file , which would have solved it but presumably my web server doesn't allow the use of asp files. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. ## Platform internet explorer, netscape etc

    €9 (Avg Bid)
    €9 Ortalama Teklif
    5 teklifler

    I need a function that will list all files either on or below the specified path that gets fed in. Included is the project with more details. The function is called listfiles. Do not change the names of the variables. If more variables need to be declared, that fine though. Using the filesystemobject or Windows API is acceptable also. Here is an example I am talking about. For the included project the path is C:Winnt This would mean that the function would return the list of file names, entire folder names, and paths including file names. For this example it should show all the files in not only in the included path but also for example, C:WinntSystem and even C:WinntDebugUsermode possibly. It should go as deep as necessary because it needs to include every sub folder of the p...

    €20 (Avg Bid)
    €20 Ortalama Teklif
    15 teklifler

    ...entire network of self-depending websites. With banners, and enough promotion, the work could be usefull. Everything takes place in a single page in ASP that already has 938 lines of code. I have thought of this, but of course this is no valid code, just a plan to write it... I don't know how to stratup an internetconnection, otherwise I'd try to do it myself :P WebScan: () C_S = FileSystemObject(InternetConnection...) Websitefolder = (...) for each file in websitefolder gh = If InternetAdress = "*/pc*" Then Save Gh in ("./Games/strategy_guides/pc") GH = RenameFiles(3sis --> , find a way to scan the site for the real name) End If GH = Null Next WebSite: ()...etc. Of course this is a module that loads itself

    €399 (Avg Bid)
    €399 Ortalama Teklif
    3 teklifler

    Manipulate .txt file as a database Build form with 9 text fields and one text area field When submitted script opens file and check recordID's of all records recordID are unique ID (87654) ...txt5* txt6* txt7* txt8* txt9* txtarea ; Chr(59) represents the end of the record Each line in text file represents one submitted record divided by Chr(59) Build full functional .asp pages that could submit, edit or delete records to or from .txt file. Include java script to verify fields. Build with VB, C++ or Java but without cookies or session and without using IIS TextStream Object (FileSystemObject). ## Deliverables Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. Complete copyrights to all work pur...

    €41 (Avg Bid)
    €41 Ortalama Teklif
    2 teklifler