Posted by Nigel Gomm on 07/07/06 16:18
ahah !
$oShell = new COM("shell.application");
$oDir = $oShell->Namespace("c:\temp");
$oFile = $oDir->parsename("file.txt");
$comment = $oDir->GetDetailsOf($oFile,14);
n
"Nigel Gomm" <nigel@blahblahblah> wrote in message
news:5pmdnVWYN4fJPzfZnZ2dnUVZ_qKdnZ2d@golden.net...
> Hi,
>
> if you right click on a file in windows (ntfs) and goto the "properties'
> tab there is a comments field.
>
> Is there a way to get at these comments from a php script. Stat doesn't
> show them.
>
> TIA
>
> Nigel
>
[Back to original message]
|