VBA: How to know everything about the file folder ShowVBA: How to know everything about the file folder
Preliminaries
In module
In sheet1 module
Preliminaries
Open a new workbook
Add a module
In module
' Declare variables for wizard.
Public balloon1 As Balloon
Public balloon2...
[Vista] Take control over a file whose access is denied Show[Vista] Take control over a file whose access is denied
Most Vista users have encounter the following type of message: "Access denied" when trying to edit some files or folder.
To solve this problem:
Right click the folder...
Files and Folder hidden - how to fix? ShowFiles and Folder hidden - how to fix?
Issue
Solution
Issue
If you ever try accessing your partitions or flash drive, can't see any files or folders and you have checked the drive's properties and see that there's still data in it,...
[MS-Dos]List the contents of a directory in a file Show[MS-Dos]List the contents of a directory in a file
Intro
Explanation
Intro
It may be convenient to make the listing of one or more directories in a file, to make a catalog of files.
Under MS-DOS (or Windows by opening a...
UNIX - Files ShowIntroduction to UNIX files
In UNIX systems any element is represented in the form of a file. All files are architectured around a single tree structure where the base, called the root, is written "/".
File types
UNIX systems define different...
Using FTP commands ShowThe FTP protocol
FTP (File Transfer Protocol) is a protocol — meaning a standard language that lets two machines communicate — used so that computers of different types (or with different operating systems) can transfer files over a...
UNIX Commands ShowTable of the main UNIX commands
Unix Commands
Description
Options
ls
lists the content of a directory
-a
Displays all files, including hidden files
-I
Displays a...