Search Result

Collapse
11 results in 0.0023 seconds.
Keywords
Members
Tags
directory
  •  

  • Copy Directory / Folder to same location

    Hi,

    I've been working on some code to rename files and have being doing so by copying them to the same location under a different name and then removing the original. When I do this for files I use the code ...

    Code:
    Dim file As New System.IO.FileInfo(lstFiles.SelectedItem.ToString)
    Dim strNewFile As String
    Dim strRename As String
    Dim strMask As String = ""
    Dim intCurrentNum As
    ...
    See more | Go to post

  • Jaswiel
    started a topic How to browse directories of an IP address

    How to browse directories of an IP address

    Hello,I was wondering how to write code to enable me to browse directories of an IP address that i enter into a textbox. I want to browse the directories and select one to compare it with another directory on my local host. This is done in a Windows Forms application. Please help if possible.
    See more | Go to post

  • storing database fileson server and protecting the directory

    Hi,
    I need some information on where to store db connection details in php on my server. Currently all the files are in the httpdocs folder. Is it safe to have the db conn file in there? I was thinking of putting the files into another directory with a htaccess file that denies from all users except my scripts. However i have tried
    [code]
    #Deny access for all users (all IPs), except the same domain IP
    Order allow,deny...
    See more | Go to post

  • CSS Newbie
    started a topic How to list files in specified directory?

    How to list files in specified directory?

    So I want to use a javascript photo gallery widget I found...but it requires me to enter a comma delimited list of all the photo files I want to use.

    I want to show all the picture files within the specified directory without having to enumerate them (because the number and names of the photos will change often and this page will be replicated often for different directories).

    Is there a relatively easy (because I'm...
    See more | Go to post

  • I want to copy a directory & all its files to a new directory from within Access 2000

    In VBA behind a Command Button I want to copy a directory to a new directory. Ive tried FileCopy but I dont know how to use *.* in that command
    See more | Go to post

  • mocolvin
    started a topic Directory listing script
    in Perl

    Directory listing script

    I am looking for a Perl script that will do a cleaner job of listing the contents of a directory than what Apache does on its own. I would like the script to create a list of links to enable files in a given directory to be downloaded. The PHP utility that I had been using for that purpose had a security hole that was exploited by hackers.
    See more | Go to post

  • ezechiel
    started a topic problem with spaces in directory name
    in Perl

    problem with spaces in directory name

    Hi everyone,

    I have a question about spaces in directory names.
    If I want to use mkdir something, everything works out, but in this case:
    Code:
    #!/usr/local/bin/perl
    #
    use warnings;
    
    $homedir = "C:/SCRIPT/CJ0249A.1/\"Project Information\"";
    $file = "$homedir/exist.txt";
    
    if (-e "$file")
    {
            print ("it exists");
    ...
    See more | Go to post

  • error UserControl(ascx) does does not exist when accessing thru virtual dir

    Hi Team,

    I am trying to access a user control on a aspx page but I am getting error:
    "The file '/ajax/include/aspnet/Web.TopBanner4. ascx' does not exist"

    Let me explain the situation - I have an application running on IIS and located in D drive of the server, recently I have added a virtual directory in "C:\Inetpub\www root\" as "ajax". I can access virtual dir thru www.myapplicati on/ajax...
    See more | Go to post

  • rahullko05
    started a topic recursively traversing directory using php
    in PHP

    recursively traversing directory using php

    I am try to write a program which can recursively traverse all files and if it finds directory then it goes inside that sub directory and list all files of that subdirectory, again comes back to main directory to traverse rest of the files...

    Problem i am facing is, its just going inside first sub directory it comes across and then comes back to main directory, and treats all other files as files (even if its a directory). i am not...
    See more | Go to post
    Last edited by Dormilich; Aug 25 '09, 01:46 PM. Reason: Please use [code] tags when posting code

  • NeoPa
    started a topic Active Directory Usage in VBA

    Active Directory Usage in VBA

    Having come across this from ADezii's code in having access send an email, email automation, I felt this was something I'd benefit from progressing with.

    I have determined that the CreateObject() function appears to be from basic VBA, though I'm not sure where I would find information as to which string values could be used as the [Application.]Class parameter.

    I'm interested in finding where the roots may be found for...
    See more | Go to post

  • kvsunil
    started a topic File Cabinet

    File Cabinet

    Hi all,

    We want to store files in database from a user interface. There we want to organize these files as a file directory structure like creating directories, files, delete etc.

    I want to maintain all this in datbase and showing as desired above in interface.

    Can any one provide a right start to accomplish this?

    Thanks in advance.

    Sunil
    See more | Go to post
Working...