I have trouble of obtaining the file size of a file because the
fullpath exceeds 255 characters. I get this message with
os.path.getsize(fullpath).
fullpath = r"\\LOSSSFS002\NWE_TECHNICAL\05. UK\Schiehallion (204_25a)
\Amos&Burke_P559\07. Technical (Subsurface)\06. Well Planning\Amos
\Daily Report
On May 13, 3:49 pm, Arnaud Delobelle <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] writes:
> > I have trouble of obtaining the file size of a file because the
> > fullpath exceeds 255 characters. I get this message with
> > os.path.getsize(fullpath).
>
> > fullpath = r"\\LOSSSFS002\NWE_TECHNICAL\0
On May 13, 4:38 pm, John Machin <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > I have trouble of obtaining the file size of a file because the
> > fullpath exceeds 255 characters. I get this message with
> > os.path.getsize(fullpath).
>
> > fullpath = r"\\LOSSSFS002\NWE_TECHNICAL\05. UK\
On May 13, 5:31 pm, John Machin <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > On May 13, 4:38 pm, John Machin <[EMAIL PROTECTED]> wrote:
> >> [EMAIL PROTECTED] wrote:
> >>> I have trouble of obtaining the file size of a file because the
> >>> fullpath exceeds 255 characters. I get this