Welcome To Snipplr
Everyone's Recent Snippets Tagged file
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A modification of Bill James' New Folder context menu script ( http://billsway.com/vbspage/ ), this script instead creates a "New File" item in the right click context menu of Directory Backgrounds. Upon running the New File item, you will be prompte...
0
1038
posted 14 years ago by karlhorky
This set of headers works for me when I output file data from the database for the user to save or open.
0
1252
posted 14 years ago by bradless
Very simple to use.
**Calling:**
$files = dirContents(DIR_PATH, [FILTER, [TYPE]]);
**Examples:**
$files = dirContens("my-dir");
_$files_ is array containing all, both files either directories
$files = dirContens("my-dir",...
0
625
posted 14 years ago by Lostindream
This is the file reference class ive been using for one of my projects
2
1169
posted 14 years ago by alvincrespo
The PATHNAME function can be used to retrieve the physical location of a file or directory. This can be especially useful when reassigning engines for a libref using the Macro Language.
Here we want to write a Version 6 copy of the data set CLASS...
0
1186
posted 14 years ago by webonomic
Based on the following references:
http://not-equal.blogspot.com/2006/08/upload-file-as3-php.html
http://www.thedanosphere.com/?p=76
I created a simple file manager class that I will be extending in the near future for an AIR App I...
0
920
posted 14 years ago by alvincrespo
Here is a function you can use to automatically set up a complex folder structure with a specified file mode. All you have to do is create the "root" directory and pass an array describing the folder structure you would like to create in it. If the d...
0
703
posted 14 years ago by chlab
Snippet provided by YomWeb.co.cc. YomWeb is a blog specially dedicated webmasters who are interested in coding, design and blogging. We are currently a new blog but have big plans for the blog. If you find any mistakes in our articles you can contact...
0
591
posted 14 years ago by yomweb
Scans a file for a series of floating point numbers separated by spaces.
0
829
posted 14 years ago by vorp
Class has simple interface to download any file from a server without displaying the location of the file.
2
1134
posted 14 years ago by Almorca
C#
Persisting data using XML config files in WinForms (saving and restoring user and application data)
References: [msdn blog](http://blogs.msdn.com/youssefm/archive/2010/01/21/how-to-change-net-configuration-files-at-runtime-including-for-wcf.aspx), [devX](http://www.devx.com/dotnet/Article/41639/0/page/1)
The .NET framework provides XML configura...
2
9103
posted 14 years ago by pckujawa