Welcome To Snipplr
Everyone's Recent Snippets Tagged files
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
VB.NET
[vbnet] [directory] lister les fichiers d'un répertoire et d'un sous-répertoire dans un tableau
list files from directory and subdirectory into a table
'On déclare une arraylist qui contiendra tous les fichiers
0
2875
posted 5 years ago by martinbrait
How to list directories and subdirectories in an excel sheet ?
0
4198
posted 5 years ago by martinbrait
List only certain files in a folder with PHP
Lists only certain files extensions as links on a page
from a defined folder
0
1266
posted 5 years ago by martinbrait
php list files and directories beginning with ....
1 paramètre d'entrée
0
1268
posted 5 years ago by martinbrait
Le code suivant vous permet de copier un fichier (par exemple un document Word ou un PDF) dans une archive existante. Cela implique que le fichier original sera ajouté à l'archive mais restera également dans sa forme originale (non-compressée) à l'en...
0
1053
posted 5 years ago by martinbrait
Il suffit d'indiquer le nom du fichier à archiver et le nom de l'archive. Par défaut, si l'archive mentionné existe déjà, la macro va l'effacer avant de le recréer.
Archive / compress a file with VBA
0
1196
posted 5 years ago by martinbrait
Comment lister tous les fichiers d'un répertoire dans un fichier excel ?
Excel (VBA) list all filenames in a directory
mastipro
0
1747
posted 5 years ago by martinbrait
This technical tip shows how to Set Line Spacing of the Paragraph in a Shape or Textbox in .NET applications. You can set the line space of the paragraph, its space before and space after using the TextParagraph.LineSpace, TextParagraph.SpaceBefore a...
0
2078
posted 8 years ago by sherazam
The following technical tip shows how php developers can protect their word documents in cloud using Aspose for Cloud SDK in php.
0
1286
posted 10 years ago by johansonkatherine
This technical tip shows how to load any existing email message and modify its contents before saving it back to disk using Aspose.Email for Android API. To do this successfully, specify the MessageFormat when loading the email message from disk. In...
0
1292
posted 10 years ago by johansonkatherine
This code shows how java developers can change color space of PDF document from RGB color to CMYK and vice versa by using Aspose.PDF for Java Library. The following methods have been implemented in the Operator class for changing colors. Use it to ch...
0
1887
posted 10 years ago by johansonkatherine
PHP developers can learn how to merge multiple PDF files into a single PDF file using PHP REST API and SDK. To merge PDFs, you need to upload input PDFs to Aspose for Cloud Service or any supported third party storage and then send a PUT request to A...
0
1592
posted 10 years ago by johansonkatherine
C#
C#/.NET Code Samples to Save Microsoft OneNote (.one) file as an image (.PNG, .BMP, .JPEG, .GIF) file
The Aspose.Note for .NET API allows developers to open files & manipulate elements of OneNote books & export them to PNG, GIF, JPEG, BMP and PDF formats. The following code sample shows developers how to save OneNote File as an image in C#/.NET
0
1828
posted 10 years ago by johansonkatherine
The following technical tip show how developers can Convert Chart in excel file to Image in java using Aspose.Cells component. Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in data. For instance, r...
0
1429
posted 10 years ago by johansonkatherine
The following technical tip show how developers can Convert Chart in excel file to Image in java using Aspose.Cells component. Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in data. For instance, r...
0
1341
posted 10 years ago by johansonkatherine
* Use this to start any Desktop or Responsive sites
* Assets always live in the /prebuilt/ folder
0
1026
posted 11 years ago by tymartist
This script show/hide the hidden files and folders in your Mac OS X. It works in OS X 10.8 Mountain Lion, but I think it should work in 10.6 and 10.7, too.
0
1107
posted 11 years ago by cappellin
Lists only certain files extensions as links on a page from a defined folder
1
1670
posted 11 years ago by kidmizere
Say I'm in a Git repository. I delete a file and commit that change. I continue working and make some more commits. Then, I find I need to restore that file.
0
872
posted 11 years ago by satie83
A handy function to get the contents of a file with curl. Accepts $_path as a parameter.
1
1126
posted 12 years ago by o0110o
This function will use curl to see if a file exists at the location it's provided. It accepts $_path as a parameter.
1
1309
posted 12 years ago by o0110o