Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

(Page 2 of 2) 41 Result(s) found 

 

How to delete files older than N days from a specified path with specified file name pattern?
Total Hit (8268) Some time I need to write a clenup routine which checks fol old files and delete if older than a specified days. Here is a code snippet which does the same thing. «code LangId=2»Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click '//d ....Read More
Rating
How to perform recursive search for files or folders in VB.net
Total Hit (4375) This is a very common requirement to find all or specific files in a specified foder and all subfolders. You can use GetDirectories and GetFiles of System.IO.DirectoryInfo for this purpose. Check the following example. «code LangId=2»Sub FindFilesDemo() Dim msg As String Dim ar As Ne ....Read More
Rating
How to find and sort files based on creation time
Total Hit (6601) The following code will sort file list based on CreationTime «code LangId=2»Option Explicit On Option Strict On Imports System.Collections Imports System.IO Module Module1 Private Class CreateTimeComparer Implements IComparer Public Function Compare(ByVal x ....Read More
Rating
Copy Directory Content and All subfolders to target path
Total Hit (11313) This Code will copy all files and subfolders of specified source directory to target location «code LangId=2» Sub CopyDirectory(ByVal SourcePath As String, ByVal DestPath As String, Optional ByVal Overwrite As Boolean = False) Dim SourceDir As DirectoryInfo = New DirectoryInfo(SourceP ....Read More
Rating
This is a link to a different site How to find which program is locking the file
Total Hit (1032)
Rating
This is a link to a different site How To Recursively Search Directories by Using Visual Basic .NET
Total Hit (1556) This article demonstrates through code how to recursively search subdirectories for files, starting with a root directory. A search string is specified so that you can search for files that match a certain criteria. Each part of the code is explained as necessary. A working code sample is also provi ....Read More
Rating
This is a link to a different site How Do I...Enumerate directories and their contents?
Total Hit (1271) This sample illustrates how to use the DirectoryInfo class to create a directory listing. This is a great way to quickly list files for users or reports, or to find basic information about a specific directory. When used in combination with FileInfo, you can get all the information you need about fi ....Read More
Rating
This is a link to a different site How Do I...Create a log file?
Total Hit (1228) This sample illustrates how to create a basic log file using the IO classes. This demonstration introduces many useful concepts such as writing to a file, and opening a file, even if the file does not yet exist. Since the information written to the file needs to be shown to the user, this example al ....Read More
Rating
This is a link to a different site How Do I...Read and write large files?
Total Hit (1385) This sample demonstrates how to write a large file and read it back in. This sample also shows how to time such operations. It accepts a file size (measured in kilobytes) from the user, indicating the size of the file to create. The larger the specified size, the longer the process will take to both ....Read More
Rating
This is a link to a different site How Do I...Read and write binary data?
Total Hit (1651) This sample illustrates basic binary file input and output using the BinaryReader, BinaryWriter and FileStream classes. A similar topic is presented under the heading How Do I...Create a log file?. Reading and writing binary information enables you to create and use files that are not accessible thr ....Read More
Rating
This is a link to a different site How Do I...Watch file system changes?
Total Hit (714) Use the FileSystemWatcher component to monitor a file system and react when changes to it occur. This makes it possible for you to quickly and easily launch business processes when certain files or directories are created, modified, or deleted. For example, suppose you and a group of coworkers are c ....Read More
Rating


(Page 2 of 2) 41 Result(s) found  1 2

Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.