Delphi Javascript HTML C# File I/O Status Check DateTime today FNC Photo File Name mysql Photo File Organizer File Name Changer Filename Changer newCheck INI File Open Rename Alarm Clock WriteInteger ReadInteger ReadString Select All Split FIle WriteString TFileStream TIniFile Version Information Merge Files max connection Long Path Name Javascript Alarm Clock Invert Checkbox IniFiles INI File Close getMinutes getDate FileSystemWatcher FileSystemEventHandler FileSystemEventArgs Filename Change EnableRaisingEvent CopyFrom

FILE NAME CHANGE.ZIP

FNC(Photo/Video File Name Changer) v1.02 release - The file created date time information is available for those cameras providing incorrect EXIF data   (created at Oct 10, 2011)   264  

Today following feature is added for Sony HX5V digial camera user.- User can set file created date time as file name. This feature is useful to Sony HX5V digital camera user that the camera store inaccurate date time information as EXIF in digital photo fi...
FNC(Photo/Video File Name Changer) v1.02 release - The file created date time information is available for those cameras providing incorrect EXIF data

FNC(Photo/Video File Name Changer) v1.0 release   (updated at Dec 20, 2023)   210  

I developed FNC 1.0 for changing file name easily for A/V media stored on my computer.FNC is a tool to automatically rename photos, and videos with the date they were shot.Digital cameras have their own clock and record the date to each photos with a preci...
FNC(Photo/Video File Name Changer) v1.0 releaseFNC(Photo/Video File Name Changer) v1.0 releaseFNC(Photo/Video File Name Changer) v1.0 release

FNC(Photo/Video File Name Changer) v1.01 release   (updated at Dec 20, 2023)   213  

Today following additional features are enhanced for better user experience:- The application name is shorten from File Name Changer to FNC. - The version information is added. - The setting can be saved. - URL short cut is changed to http:/...
FNC(Photo/Video File Name Changer) v1.01 releaseFNC(Photo/Video File Name Changer) v1.01 release

FNC(Photo/Video File Name Changer) v1.1 Release - Date Time Bug Fix & Retry Function Added   (created at Jun 11, 2013)   133  

Guys, Today, I release new version of FNC for photo/video file management. The Following feature is enhanced 1) Date Time Bug Fix - In some cases, the date time is changing by wrong hours by EXIF. 2) By many user's request, 'Try Again' button is added for ...
FNC(Photo/Video File Name Changer) v1.1 Release - Date Time Bug Fix & Retry Function Added

How to read/wrtie INI file in Delphi ?   (created at Aug 20, 2009)   79  

Delphi provides useful function to access INI file. With TIniFile class, you can read and write easily.Below is the simple example writing INI files.uses inifiles;...procedure Tform1.Button1Click(Sender:TObject);var  myIniFile:TIniFile;begin  myI...

How to rename(change file name) in C# ?   (created at Mar 12, 2008)   63  

Simplest way to change file name in C# is using File.Move() function.Here's the simple example change file name for Samsung Black Jack Phone. However it may work on another platform if it supports .NET compact framework.In addition, File creation time can ...

How to Split and Merge Files   (created at Sep 10, 2007)   62  

There are times when you need to split a large file into several smaller ones (for whatever the purpose is). The following two methods use Delphi TStream objects to break a file into several files with predefined size; and to merge those files back to the ...

Javascript based Alarm Clock   (created at Aug 30, 2007)   61  

IE Only) Set an alarm that will play any sound from your computer. You can even select a snooze time after it sounds. Awesome!Creating A Watched Folder With Assigned Events   (created at Aug 26, 2007)   49   Create a new project and add a form to it. Put a button on the form called button1 then add this code.using System.IO;private void button1_Click(object sender, System.EventArgs e){                FileSystemWatcher ob...