Qt-interest Archive, December 2006
Information abt file
Message 1 in thread
Hi,
I want to retrive information about a file (any type of file). How?
In Qt3..3.x
--
[ signature omitted ]
Message 2 in thread
Did you look through the class list? I would look in the class list,
for say... File or Information
Scott
________________________________
From: Sharique uddin Ahmed Farooqui [mailto:safknw@xxxxxxxxx]
Sent: Friday, December 01, 2006 11:10 PM
To: qt-interest@xxxxxxxxxxxxx
Subject: Information abt file
Hi,
I want to retrive information about a file (any type of file). How?
In Qt3..3.x
--
[ signature omitted ]
Message 3 in thread
I want the information abt file which we get bt file command.
On 12/2/06, Scott Aron Bloom <scott@xxxxxxxxxxxx> wrote:
> Did you look through the class list? I would look in the class list,
> for say... File or Information
>
>
>
> Scott
>
>
>
> ________________________________
>
> From: Sharique uddin Ahmed Farooqui [mailto:safknw@xxxxxxxxx]
> Sent: Friday, December 01, 2006 11:10 PM
> To: qt-interest@xxxxxxxxxxxxx
> Subject: Information abt file
>
>
>
> Hi,
>
> I want to retrive information about a file (any type of file). How?
> In Qt3..3.x
>
> --
> Sharique uddin Ahmed Farooqui
> (C++/C# Developer, IT Consultant)
> http://www.sharique.managefolio.com/
> A revolution is about to begin.
> A world is about to change.
> And you and me are "the initiator".
>
>
>
--
[ signature omitted ]
Message 4 in thread
On 02.12.06 14:52:04, Sharique uddin Ahmed Farooqui wrote:
> I want the information abt file which we get bt file command.
Then use the file command. Qt doesn't have this ability. Check QProcess
on how to run an external command.
Andreas
--
[ signature omitted ]